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

    Setting Multipass Save Options

    Scheduled Pinned Locked Moved SDK Help
    2 Posts 0 Posters 194 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 11/11/2007 at 00:05, xxxxxxxx wrote:

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

      ---------
      I can set the regular save options (compressor type, quality settings, etc) without a problem, but for some reason, I'm having trouble with the multipass settings. Any ideas where I'm going wrong?

      Here's a code snippet:

      (rdbc is the basecontainer with my render data.)

      BaseContainer* mpSaveOptions = rdbc->GetContainerInstance(RDATA_MULTIPASS_SAVEOPTIONS);
      mpSaveOptions->SetData(QTSAVER_COMPRESSOR, value);

      Should work, but I'm not seeing any change in the options settings. I've tried SetLong, SetParameter, and setting the rdbc BaseContainer with a new container.

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

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

        On 18/11/2007 at 14:07, xxxxxxxx wrote:

        Nevermind. Got it. Just needed to make a copy of the original container, alter the values, and set that back into the render data container.

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