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

    [Render settings] File format Options R19

    PYTHON Development
    0
    4
    1.2k
    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 18/12/2017 at 06:52, xxxxxxxx wrote:

      Hi all,

      I've noticed that in C4D R19 the file format options have changed, breaking my automated output format script.

      Now I'm trying to fix the script, so it sets my output format to OpenEXR and alters the following options/values:
      > (compression method dropdown)-------[c4d.MEDIASESSION_PROPS_COMPRESSIONMETHOD]
      >
      > (half float checkbox)---------------------[1003,c4d.MEDIASESSION_PROPS_HALFFLOAT]
      >
      > (Layer Numbering checkbox)------------[1004,c4d.MEDIASESSION_PROPS_LAYERNUMBERING]

      These values are just grey in the script editor though (instead of orange)
      Is this not yet covered in the new Python SDK for R19? Or am I approaching this the wrong way?

      Hope someone could help me out.

      All the Best!

      Bas

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

        On 19/12/2017 at 06:26, xxxxxxxx wrote:

        Hello,

        unfortunately there were some internal changes in Cinema 4D R19. These changes were about how Cinema handles image file formats. This has also changed how the file format settings are displayed in the render settings dialog and how they are stored in the BaseContainer.

        So unfortunately in R19 is is no longer possible to edit these settings anymore.

        best wishes,
        Sebastian

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

          On 19/12/2017 at 06:32, xxxxxxxx wrote:

          Hi Sebastian,

          Thanks for the reply! Do you happen to know if support for controlling these values will be there in the future? I'm trying to make our vfx pipeline as foolproof as possible, and setting the right imageformat settings is quite a big part of this.

          All the best!

          Bas

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

            On 19/12/2017 at 09:31, xxxxxxxx wrote:

            Hello,

            I hope it will be possible to access these settings again in the future but right now I don't know if and when this will be the case.

            best wishes,
            Sebastian

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