Go to: Synopsis. Return value. Flags. MEL examples.
inViewEditor [-visible boolean]
inViewEditor is NOT undoable, queryable, and NOT editable.
Mel access to the In-View Editor. In-View Editors display a customizable subset of a node's attributes, letting you adjust attributes directly in a scene instead of opening the Channel Box or Attribute Editor.None
In query mode, return type is based on queried flag.
Long name (short name) | Argument types | Properties | ||
---|---|---|---|---|
-visible(-v)
|
boolean
|
|||
|
Flag can appear in Create mode of command | Flag can appear in Edit mode of command |
Flag can appear in Query mode of command | Flag can be used more than once in a command. |
//Show the In-View Editor outside the Show Manips context inViewEditor -v 1;