Python API 2.0 Reference
OpenMaya.MEvaluationNode Class Reference
+ Inheritance diagram for OpenMaya.MEvaluationNode:

Public Member Functions

def __init__ ()
 
def datablock ()
 
def dependencyNode ()
 
def dirtyPlug ()
 
def dirtyPlugExists ()
 
def iterator ()
 

Detailed Description

A class providing access to Evaluation Manager node information.

Constructor & Destructor Documentation

def OpenMaya.MEvaluationNode.__init__ ( )
x.__init__(...) initializes x; see help(type(x)) for signature

Member Function Documentation

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.