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
    • Unread
    • Recent
    • Tags
    • Users
    • Login

    Render Queue Team [SOLVED]

    SDK Help
    0
    3
    301
    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

      On 26/01/2016 at 13:59, xxxxxxxx wrote:

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

      ---------
      Hi, I've been trying to get some code queuing up some documents for render, but I haven't been able to get it to use the team render, clicking the Team check box.

      This is the code I've been using.

        
      BatchRender* batchrender = GetBatchRender();  
      batchrender->AddFile(filepath,batchrender->GetElementCount());  
      

      I didn't see any functions for BatchRender to set it, would I need to get the Render Queue dialog and change the parameter there?  Not too sure where to look next.

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

        On 27/01/2016 at 01:39, xxxxxxxx wrote:

        Hello,

        it seems you can use BatchRender::SetUseNet() to switch the Team Render status of the render job at the given index.

        Best wishes,
        Sebastian

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

          On 27/01/2016 at 11:27, xxxxxxxx wrote:

          Thanks!  Didn't want to mess with it since it was private, but it's working perfectly.

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