Python API 2.0 Reference
|
Public Member Functions | |
def | __init__ () |
def | datablock () |
def | dependencyNode () |
def | dirtyPlug () |
def | dirtyPlugExists () |
def | iterator () |
Static Public Member Functions | |
def | __new__ () |
A class providing access to Evaluation Manager node information.
def OpenMaya.MEvaluationNode.__init__ | ( | ) |
Initialize self. See help(type(self)) for accurate signature.
|
static |
Create and return a new object. See help(type) for accurate signature.
def OpenMaya.MEvaluationNode.datablock | ( | ) |
Returns the datablock for this node.
def OpenMaya.MEvaluationNode.dependencyNode | ( | ) |
Returns the dependency node this evaluation node represents.
def 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.
def 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.
def OpenMaya.MEvaluationNode.iterator | ( | ) |
Returns an iterator at the beginning of the dirty plug list.