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 Settings for Team Render

    SDK Help
    0
    3
    285
    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 31/08/2015 at 06:46, xxxxxxxx wrote:

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

      ---------
      Greetings !

      I have a VideoPostData plugin.
      When i try to use it for Team Render, the settings are not pass properly to the client and the default values are used instead.

      Using the edit render settings, the user can set 5-6 values as settings for the rendering.
      But when i use Team Render in Picture Viewer, these values are ignored and the default are used, those set in init(...).

      What do i have to do to pass the values properly ?

      Thank you for your time.

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

        On 01/09/2015 at 01:48, xxxxxxxx wrote:

        Hello,

        what kind of video post plugin are you creating? A render engine or just some filter? The parameters of the plugin should be saved like any other NodeData parameter and there should be no need to handle Team Render in some special way.

        Are the parameters of your plugin correctly handled when you render a document to the Picture Viewer or when you save and load a document?

        Best wishes,
        Sebastian

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

          On 01/09/2015 at 04:59, xxxxxxxx wrote:

          Greetings !

          Since the parameters are stored as a NodeData parameter then the problem might be somewhere else.
          It's good to know i don't have to handle the data manually.

          Thank you.

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