Hi there,
I'm looking for a method to set both colour and alpha gradients for a single userdata.
The attributes of the gradient I need to set are:
c4d.GRADIENTKNOT_POSITION
c4d.GRADIENTKNOT_COLOR
and for the alpha gradient:
c4d.GRADIENTKNOT_POSITION
c4d.GRADIENTKNOT_BRIGHTNESS
I can get the alpha gradient with:
Gradient.GetAlphaGradient(self)
but I can see no way to set it.
Anybody know what I'm missing?
Thanks,
Adam