|
Hello,
A dynamic attribute is an attribute added by the used by addAttr.
But if you read the documentation of MFnDependencyNode::MAttrClass, you can see there are two kinds of dynamic attributes : global and local.
When you use addAttr, it seems it is a local dynamic attribute.
But so, how do you add global dynamic attributes ?
Thanks.
|
|
|
|
OK. I searched in Google for the “MAttrClass” string, and I found in the Maya 2011 release notes that MFnDependencyNode::MAttrClass::kGlobalDynamicAttr has been removed because it had never been implemented…
|
|
|