x.__init__(...) initializes x; see help(type(x)) for signature
Member Function Documentation
OpenMaya.MEvaluationNode.datablock
(
)
Returns the datablock for this node.
OpenMaya.MEvaluationNode.dependencyNode
(
)
Returns the dependency node this evaluation node represents.
OpenMaya.MEvaluationNode.dirtyPlug
(
)
Returns the top-most plug for the specified attribute if the attribute has dirty plugs. This call should be made from MPxNode::preEvaluation() and MPxNode::postEvaluation() to access a networked plug which is going to be dirty and computed.
OpenMaya.MEvaluationNode.dirtyPlugExists
(
)
Returns true if the specified attribute has a dirty plug. This call should be made from MPxNode::preEvaluation() and MPxNode::postEvaluation() to verify which plugs are going to be dirty and computed.
OpenMaya.MEvaluationNode.iterator
(
)
Returns an iterator at the beginning of the dirty plug list.
The documentation for this class was generated from the following file: