Python API 2.0 Reference: OpenMaya.MEvaluationNodeIterator Class Reference
A class providing access to the Evaluation Manager node dirty plug list.
OpenMaya.MEvaluationNodeIterator.__init__ |
( |
| ) |
|
Initialize self. See help(type(self)) for accurate signature.
OpenMaya.MEvaluationNodeIterator.__new__ |
( |
| ) |
|
|
static |
Create and return a new object. See help(type) for accurate signature.
OpenMaya.MEvaluationNodeIterator.isDone |
( |
| ) |
|
Checks to see if the iterator has reached the end of the iteration.
OpenMaya.MEvaluationNodeIterator.next |
( |
| ) |
|
Advances the iterator to the next position in the dirty plug list.
OpenMaya.MEvaluationNodeIterator.plug |
( |
| ) |
|
Returns the dirty plug at the current iterator position. Returns an empty plug if the iterator is illegal.
OpenMaya.MEvaluationNodeIterator.reset |
( |
| ) |
|
Resets the iterator to the first position in the dirty plug list.