This method empties the selection list. Derived from api method maya.OpenMaya.MSelectionList.clear
Undo is not currently supported for this method
| Return type: | SelectionSet |
|---|
| Return type: | SelectionSet |
|---|
Gets the string representations of the items in the selection list. The strings will be in the format used by the scripting language.
| Return type: | list list |
|---|
Derived from api method maya.OpenMaya.MSelectionList.getSelectionStrings
Also known as XOR
| Return type: | SelectionSet |
|---|
| Return type: | SelectionSet |
|---|
Specifies whether or not the selection list contains any items.
| Return type: | bool |
|---|
Derived from api method maya.OpenMaya.MSelectionList.isEmpty
| Return type: | bool |
|---|
| Return type: | bool |
|---|
| Return type: | PyNode |
|---|
Removes the item at the given index from the list.
| Parameters: |
|
|---|
Derived from api method maya.OpenMaya.MSelectionList.remove
Undo is not currently supported for this method