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

    plugin Loupedeck CT with Redshift

    Cinema 4D SDK
    python 2025 windows
    2
    2
    455
    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.
    • S
      shafy
      last edited by

      Hello.

      I’m trying to create a profile/plugin for Cinema 4D for Loupdeck CT. I wanted to create a Redshift light knob. When a redshift light is selected, I can control the light intensity and temperature using the know. 1. By default, it will be intense and change to temperature when you press it. And in both, I can rotate left or right to control the value. I’m trying to pull these with a Python script in C4D. I’m not sure the redshift light source is accessible and can be done with Python. This is the preview of what I’m doing.

      Note: I'm not a Programmer/Developer, I'm a 3d Artist, so less programming knowledge.

      Below: image. According to ChatGPT, this is what it gives me.

      IMG_9547.jpeg

      Thanks
      Shafy

      1 Reply Last reply Reply Quote 0
      • M
        m_adam
        last edited by m_adam

        Hi @shafy sorry for the delay I was away for few times.

        Before we start please read the Support Procedure - About AI-Supported Development. Keep in mind we are not there to develop for you neither integrate or guide you with 3rd party module that you will most likely need in order to control knobs.

        With that's said what you are asking (at least retrieving a parameter and defining it) is possible for Redshift light intensity. It is as easy as drag and dropping the parameter you are interested by into the Cinema 4D Python Console as explained in Python Script Manager Manual - Drag And Drop. Additionally you can also use the Script Log to record a script or change and therefor re-execute it.

        Cheers,
        Maxime.

        MAXON SDK Specialist

        Development Blog, MAXON Registered Developer

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