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
    • Register
    • Register
    • Login
    1. Maxon Developers Forum
    2. RTF
    3. Topics
    R
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 4
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by RTF

    • R

      how to use the commands from Octane/Redshift's symbols.h

      General Talk
      • programming • • RTF
      2
      0
      Votes
      2
      Posts
      615
      Views

      ferdinandF

      Hey @RTF,

      Thank you for reaching out to us. There is no fully automatic way to do this, as it is up to third parties to expose their APIs to Python. When a vendor does not offer a Python API, you can do two things:

      Simply define the symbols yourself in your Python code, they are just integer values after all. With mxutils.ImportSymbols you can import symbols from a resource, e.g., a symbols.h file. It is (a part of) the very mechanism we use to automatically expose the symbols from the native Cinema 4D C++ API to the Python API.

      Cheers,
      Ferdinand

    • R

      python script change Redshift setting

      Cinema 4D SDK
      • python windows 2024 • • RTF
      6
      0
      Votes
      6
      Posts
      835
      Views

      R

      @Dunhou @i_mazlov
      Thanks a lot.😊 😊 😊