Hi,
In the 'Transparency' channel of a material, I need to modify the color.
How to read and modify this value with Python ?
I already have the material identifier.
Solved Transparency channel - Color update
You can simply edit the MATERIAL_TRANSPARENCY_COLOR
parameter.
Mat[c4d.MATERIAL_TRANSPARENCY_COLOR]
The parameter stores a c4d.Vector.
You find examples on how to handle materials on GitHub.