THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 01/11/2007 at 06:11, xxxxxxxx wrote:
User Information:
Cinema 4D Version:
Platform:
Language(s) :
---------
I'm making a Plugin Tag that uses a link to a Morph Tag and I want to set it's morphs' parameters (0-100%).
1st: does this get me the real Morph Tag from the link?
// tag is my plugin tag
BaseContainer *data = tag->GetDataInstance();
// MORPHTAG is the link field of my plugin
BaseList2D *link = data->GetData(MORPHTAG).GetLink(doc);
2nd: how do I access and iterate throw each of the morphs in the Morph tag?
Thanks, any help is appriceated