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
|
|
||
|
||||
//Show the In-View Editor outside the Show Manips context inViewEditor -v 1;