Go to: Synopsis. Return value. Flags. MEL examples.

Synopsis

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.

Return value

None

In query mode, return type is based on queried flag.

Flags

visible
Long name (short name) Argument types Properties
-visible(-v) boolean createquery
Shows/hides the In-View Editor outside the Show Manips context.

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.

MEL examples

//Show the In-View Editor outside the Show Manips context
inViewEditor -v 1;