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
    1. Maxon Developers Forum
    2. pe_matthewalexander
    3. Topics
    P
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 2
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by pe_matthewalexander

    • P

      Python c4d.CheckIsRunning(type) returning None

      Cinema 4D SDK
      • python • • pe_matthewalexander
      4
      0
      Votes
      4
      Posts
      544
      Views

      ManuelM

      hello,

      without any news, i'll pass this thread to solved.

      Cheers,
      Manuel

    • P

      Executing action after the scene is rendered

      Cinema 4D SDK
      • • • pe_matthewalexander
      2
      0
      Votes
      2
      Posts
      382
      Views

      r_giganteR

      Hi pe_matthewalexander , thanks for reaching out us.

      With regard to your question I suggest the following options (which strongly depend on the context you're supposed to run)

      implement a MessageData::CoreMessage() and check for EVMSG_RAYTRACER_FINISHED to be dispatched; use the BaseDocument::RenderDocument() to fire and control the render execution use the Remote effect as described here to have an external script being run upon rendering being completed implement your own VideoPostData (assuming you're willing to move to C++)

      Best, Riccardo