Long name (short name) |
Argument types |
Properties |
-all(-all) |
|
|
|
Indicates that all deletable root level dag objects and all
deletable non-dag dependency nodes should be selected. |
|
-allDependencyNodes(-adn) |
|
|
|
Indicates that all deletable dependency nodes including all
deletable dag objects should be selected. |
|
-allDagObjects(-ado) |
|
|
|
Indicates that all deletable root level dag objects should be
selected. |
|
-visible(-vis) |
|
|
|
Indicates that of the specified items only those that are
visible should be affected. |
|
-hierarchy(-hi) |
|
|
|
Indicates that all children, grandchildren, ... of the
specified dag objects should also be selected. |
|
-add(-add) |
|
|
|
Indicates that the specified items should be added to the
active list without removing existing items from the active
list. |
|
-addFirst(-af) |
|
|
|
Indicates that the specified items should be added to the front
of the active list without removing existing items from the active
list. |
|
-replace(-r) |
|
|
|
Indicates that the specified items should replace the existing
items on the active list. |
|
-deselect(-d) |
|
|
|
Indicates that the specified items should be removed from the
active list if they are on the active list. |
|
-toggle(-tgl) |
|
|
|
Indicates that those items on the given list which are on the
active list should be removed from the active list and those items
on the given list which are not on the active list should be added
to the active list. |
|
-clear(-cl) |
|
|
|
Clears the active list. This is more efficient than "select
-d;". Also "select -d;" will not remove sets from the active list
unless the "-ne" flag is also specified. |
|
-noExpand(-ne) |
|
|
|
Indicates that any set which is among the specified items
should not be expanded to its list of members. This allows sets to
be selected as opposed to the members of sets which is the default
behaviour. |
|
-containerCentric(-cc) |
|
|
|
Specifies that the same selection rules as apply to selection
in the main viewport will also be applied to the select command. In
particular, if the specified objects are members of a black-boxed
container and are not published as nodes, Maya will not select
them. Instead, their first parent valid for selection will be
selected. |
|