THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 20/07/2005 at 18:18, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 8.503
Platform:
Language(s) : C++ ;
---------
I've been trying to figure out how to initialize a gradient's alpha without much luck.
I have a gradient in my description with COLOR; and ALPHA; specified.
In my plugin's Init I allocate a gradient with AutoAlloc, insert a few knots, and initialize the control with it.
Works absolutely fine. Pretty standard stuff I think, but if you'd like me to post the code anyway, I would be glad to.
The SDK docs (both 8.5 and 9.1) are pretty vague.
The description for GetAlphaGradient reads: "Alpha gradient. The gradient owns the pointed knot.".
Anyway, I can't seem insert any knots in the gradient's alpha, let alone get a pointer to the alpha gradient.
Anyone have any success with this?
-Chris