|
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
|
|