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
    1. Maxon Developers Forum
    2. blkmsk
    3. Topics
    B
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 10
    • Best 1
    • Controversial 0
    • Groups 0

    Topics created by blkmsk

    • B

      Correct OCIO Color Value Conversion via Python?

      Cinema 4D SDK
      • windows python 2024 • • blkmsk
      3
      0
      Votes
      3
      Posts
      457
      Views

      B

      Hey Ferdinand,

      Thank you for the quick response! Ah ok I see. Thank you for the provided information, I will have a look at it.
      But I can also wait for the moment.

      My work arround for now would be to simply set everything up / import the parameters and colors with color management set to 'Basic' and manually doing the conversion via 'Convert to OCIO' in the Project settings. Thats giving me the correct result.

      But thanks again!

      Cheers,
      Ben

    • B

      Issue - Loading Spline Object with Python Tag from Asset Browser via Python Script

      Bugs
      • 2024 2023 python • • blkmsk
      5
      0
      Votes
      5
      Posts
      1.4k
      Views

      B

      Awesome, Thank you so much @m_adam !

      Cheers and best regards
      Ben

    • B

      Get value of texture node filepath port?

      Cinema 4D SDK
      • 2024 python • • blkmsk
      3
      0
      Votes
      3
      Posts
      772
      Views

      B

      Oh wow! Thank you so much!
      Yes I'm a beginner with python cinema 4D so I really appreciate your support and this definitly gives me a better understanding of the node structure.

    • B

      Check the state of record modes with python?

      Cinema 4D SDK
      • 2024 python • • blkmsk
      2
      0
      Votes
      2
      Posts
      400
      Views

      B

      ah ok I figured it out. its possible to check those with the c4d.IsCommandChecked() function.