c4d.RSCAMERAOBJECT_COLOR_CONTROLS_CURVE_RGB
-
Hi there,
is it possible to get access to the Color Correction curves within a Redshift Camera or within the RS Post Effects through python? Any magical ints that I'm missing?
Thanks,
Lasse
-
Hey @lasselauch,
no, that is unfortunately not possible. Unlike for the other big custom data type of Redshift
RSFILE, the curve data typeRSPFXCURVEdoes not implementGet/SetParameterto access internals of the data type, as you can for the file type withREDSHIFT_FILE_PATH.It also stands a bit to question how such lower desc level access should work here? Maybe as a lower level which can read/write the curve as
SplineData? But I am not sure if this type would be faithfully convertable to SplineData`.I cannot fix this as Redshift is not part of the Cinema code base where the Python API lives. I gave one of the RS developers a bump so that they maybe can implement
Get/SetParameterfor that custom data type.Cheers,
Ferdinand