Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
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
That'll do it. Thanks!
It's worth noting that this seems to get loaded after all of the other plugins whereas in the method for previous versions it was before. - Just in case that might be a factor for anybody.
Cheers,
Hi everyone
Anyone know if it's possible to add a startup script in R20 like in previous versions?
The old method was adding a python_init.py file to the directory:
Cinema 4D RXX_XXXXXXX>prefs>python
The python directory no longer exists so not sure where to put it.
Thanks!