THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 29/10/2003 at 13:06, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 8.100
Platform: Windows ;
Language(s) : C++ ;
---------
Is it possible to move a PoseMixer's slider within a plugin? I would think that the code might look something like what I have below. If it is possible could someone help me with an example I am stuck...
//Assume doc is a pointer to the current document and that the first object is a PoseMixer
Decription *des;
BaseObject *obj = doc->GetFirstObject();
//this is where I get stuck, do I need to get the description of the PoseMixer
//and then modify it and set the description
obj->GetDescription(des, PNY_VALUE);
Any help you could give is greatly appreciated, I think I have looked at the SDK too long.
Nate