plugin Loupedeck CT with Redshift
-
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.
Thanks
Shafy -
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.