OpenMaya.MEvaluationNodeIterator Class Reference
A class providing access to the Evaluation Manager node dirty plug list.
OpenMaya.MEvaluationNodeIterator.__init__ |
( |
| ) |
|
x.__init__(...) initializes x; see help(type(x)) for 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.
The documentation for this class was generated from the following file:
- D:/Maya-MD-Merge/input/python/2.0/OpenMaya.py