Maxon Developers Maxon Developers
    • Documentation
      • Cinema 4D Python API
      • Cinema 4D C++ API
      • Cineware API
      • ZBrush GoZ API
      • Code Examples on Github
    • Forum
    • Downloads
    • Support
      • Support Procedures
      • Registered Developer Program
      • Plugin IDs
      • Contact Us
    • Categories
      • Overview
      • News & Information
      • Cinema 4D SDK Support
      • Cineware SDK Support
      • ZBrush 4D SDK Support
      • Bugs
      • General Talk
    • Unread
    • Recent
    • Tags
    • Users
    • Login

    Initiating External Render For Document

    SDK Help
    0
    4
    279
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • H
      Helper
      last edited by

      THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

      On 01/09/2004 at 08:56, xxxxxxxx wrote:

      User Information:
      Cinema 4D Version:   8.503 
      Platform:   Windows  ; Mac  ;  Mac OSX  ; 
      Language(s) :     C++  ;

      ---------
      Subject says it all. Can I initiate a "Render To Picture Viewer" for a document I have created? Saving it to disk is no problem. Basically, anyway I can make that happen.

      Best Regards,
      darf

      1 Reply Last reply Reply Quote 0
      • H
        Helper
        last edited by

        THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

        On 02/09/2004 at 01:37, xxxxxxxx wrote:

        Yes, like this:

            
            
            namespace c4d_symbols_coh  
            {  
            #undef IDC_OK  
            #undef IDC_CANCEL  
            #undef IDM_CM_CLOSEWINDOW  
            #undef HOTKEY_CAMERA_MOVE  
            #undef HOTKEY_CAMERA_SCALE  
            #undef HOTKEY_CAMERA_ROTATE  
            #undef HOTKEY_OBJECT_MOVE  
            #undef HOTKEY_OBJECT_SCALE  
            #undef HOTKEY_OBJECT_ROTATE  
            #include "../c4d_symbols.coh"  
            };  
            using namespace c4d_symbols_coh;
            
            
            
            
            Bool MenuTest::Execute(BaseDocument *doc)  
            {  
              BaseContainer msg(COREMSG_CINEMA_EXECUTEEDITORCOMMAND);  
              msg.SetLong(COREMSG_CINEMA_EXECUTEEDITORCOMMAND, IDM_RAYTRACING);  
              Bool result = SendCoreMessage(COREMSG_CINEMA, msg, 0).GetLong();  
              return result;  
            }
        
        1 Reply Last reply Reply Quote 0
        • H
          Helper
          last edited by

          THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

          On 02/09/2004 at 09:16, xxxxxxxx wrote:

          Will try.

          Thank for your time!

          Best Regards,
          darf

          1 Reply Last reply Reply Quote 0
          • H
            Helper
            last edited by

            THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

            On 13/09/2004 at 12:02, xxxxxxxx wrote:

            Brilliant.

            darf

            1 Reply Last reply Reply Quote 0
            • First post
              Last post