|
|
|
mtoList(self,
*args,
**kwargs)
Returns:
list with the contents of this MSelectionList |
source code
|
|
|
mtoIter(self,
*args,
**kwargs)
Returns:
iterator yielding of Nodes and MPlugs stored in this given selection list |
source code
|
|
|
miterComponents(self,
**kwargs)
Returns:
Iterator yielding node, component pairs, component is guaranteed
to carry a component, implying that this iterator applies a filter |
source code
|
|
|
|
Inherited from ArrayBase :
__len__ ,
__setitem__
|
|
mfromStrings(iter_strings,
**kwargs)
Returns:
MSelectionList initialized from the given iterable of strings |
source code
|
|
|
mfromList(iter_items,
**kwargs)
Returns:
MSelectionList as initialized from the given iterable of Nodes,
MObjects, MDagPaths, MPlugs or strings |
source code
|
|
|
mfromIter(iter_items,
**kwargs)
Returns:
MSelectionList as initialized from the given iterable of Nodes,
MObjects, MDagPaths, MPlugs or strings |
source code
|
|
|
|
|
mfromComponentList(iter_components,
**kwargs)
Returns:
MSelectionList as initialized from the given list of tuple( DagNode, Component ),
Component can be a filled Component object or null MObject |
source code
|
|