is there a way to get the typeId of a node without having an existing instance of the node?
i would expect a static method on MFnDependencyNode, like the following:
MFnDependencyNode.getTypeId('transform')
but i can't find anything....
-chad
there is MFnDependencyNode::typeId()
to get it for a specific node type I guess one would need to use the create function beforehand
At 08:26 PM 9/22/2010, you wrote:
i've searched for this before without avail, but it's biting me again in a different context, so i thought i'd check:
is there a way to get the typeId of a node without having an existing instance of the node?
i would expect a static method on MFnDependencyNode, like the following:
MFnDependencyNode.getTypeId('transform')
but i can't find anything....
-chad
--
http://groups.google.com/group/python_inside_mayaJan Berger
j...@janberger.de :: www.janberger.de