Maxon Developers Maxon Developers
    • Documentation
      • Cinema 4D Python API
      • Cinema 4D C++ API
      • Cineware API
      • ZBrush Python 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
    • Recent
    • Tags
    • Users
    • Login

    Setting up own render server

    Scheduled Pinned Locked Moved SDK Help
    1 Posts 0 Posters 137 Views
    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 Offline
      Helper
      last edited by

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

      On 22/01/2011 at 11:32, xxxxxxxx wrote:

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

      ---------
      Hello everyone,

      I'm currently writing my own render server with client (like the Net Render) in C++. I've made some testings how to access the Cinema 4D render engine. I'm creating a process using winAPI's CreateProcess(...) using the "-nogui -render etc..." commandline to start the Cinema 4D.exe and start rendering files. The question is now - is there any way to read the rendering progress or change the CPU thread count while rendering, or stop rendering? Sure - I can close the cinema 4D.exe process to stop rendering but maybe are there some commands to remote controll the C4D.exe while rendering?

      Otherwise the only way would be to catch the console output of the C4D.exe and parse the output text if frames were rendered or not and if there are errors. Am I right? Any other suggestions how to do the communication between my client and Cinema 4D?

      Greetings,

      rainyday

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