setEditor is undoable, queryable, and editable.
This command creates/edits a set editor. It is rarely invoked by the
user directly; normally, it is called by the panel editor system.
| Long name (short name) |
[argument types] |
Properties |
-addToSet(-ats)
|
|
|
|
Adds the current selection list to the
set selected in the set editor.
|
|
-removeFromSet(-rfs)
|
|
|
|
Removes the items selected in the set editor
from the set they belong to.
|
|
-mode(-m)
|
string
|

|
|
Specifies the operating mode for the set editor.
Valid values are:
editing | selectNoExpand | selectExpand | paint.
Only has an effect when auto update is disabled.
In query mode, this flag needs a value.
|
|
-autoUpdate(-au)
|
boolean
|

|
|
Specifies whether the set editor should use
the current selection list to determine which sets it
should display. The default is false.
In query mode, this flag needs a value.
|
|
-reload(-rl)
|
|
|
|
Temporarily reloads the contents of the set editor
based on the current selection list.
|
|
-addToList(-al)
|
|
|
|
Adds the sets associated with the current selection list
to the list of sets currently displayed in the editor
|
|
-allSets(-as)
|
|
|
|
Specifies that the set editor should display all
available sets.
|
|
-createBookmark(-cb)
|
string
|
|
|
Creates a bookmark from the current contents of the
set editor.
|
|
-useBookmark(-ub)
|
|
|
|
Use an existing bookmark for the contents of the
set editor.
|
|
-listBookmarks(-lb)
|
|
|
|
Lists the names of the existing set editor bookmarks.
In query mode, this flag needs a value.
|
|
-applyWeightCommand(-awc)
|
string
|
|
|
The operation named in the string is performed on the
weights which are selected in the set editor. For example,
use the command to "setKeyframe" key weights, or "select"
to select the attributes corresponding to the weights.
|
|
-showNormalSets(-sn)
|
boolean
|
|
|
|
-showRenderSets(-sr)
|
boolean
|
|
|
|
-showDeformerSets(-sd)
|
boolean
|
|
|
|
-showBoneLatticeSets(-sbl)
|
boolean
|
|
|
|
-showBlendShapeSets(-sbs)
|
boolean
|
|
|
|
-showClusterSets(-sc)
|
boolean
|
|
|
|
-showJointLatticeSets(-sjl)
|
boolean
|
|
|
|
-showLatticeSets(-sl)
|
boolean
|
|
|
|
-showSculptSets(-ss)
|
boolean
|
|
|
|
-showWireSets(-sw)
|
boolean
|

|
|
Specify whether sets of the given types should
be shown or not. The default is true.
In query mode, this flag needs a value.
|
|
-editSets(-es)
|
|

|
|
The set editor will edit sets.
In query mode, this flag needs a value.
|
|
-editPartitions(-ep)
|
|

|
|
The set editor will edit partitions.
In query mode, this flag needs a value.
|
|
-groupComponents(-gc)
|
boolean
|

|
|
If set to true components are grouped in a expand/collapse
item according to their parent. If false, components are left
ungrouped and appear as
<object>.<comp>[n]... in the set. The
default is true.
In query mode, this flag needs a value.
|
|
-componentListLength(-cll)
|
int
|

|
|
Specifies the maximum size of a grouped component list
The default is 8.
In query mode, this flag needs a value.
|
|
-expandFrames(-ef)
|
|
|
|
Recursively expands all frames currently in the set editor
|
|
-autoExpand(-aue)
|
boolean
|

|
|
Specifies whether the set editor should automatically
expand frames. The default is false.
In query mode, this flag needs a value.
|
|
-collapseFrames(-cf)
|
|
|
|
Recursively collapses all frames currently
expanded in the set editor
|
|
-scrollFrames(-sf)
|
|
|
|
Scrolls the expanded frames of the set editor to show
selected items. Only has an effect when in list by object mode.
|
|
-autoScroll(-aus)
|
boolean
|

|
|
Specifies whether the set editor should automatically
scroll its expanded frames to show selected items whenever
the current selection list changes. The default is false.
Only has an effect when in list by object mode.
In query mode, this flag needs a value.
|
|