Go to: Synopsis. Return value. Flags. Python examples.
inViewEditor([visible=boolean])
Note: Strings representing object names and arguments must be separated by commas. This is not depicted in the synopsis.
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 have multiple arguments, passed either as a tuple or a list. |
import maya.cmds as cmds #Show the In-View Editor outside the Show Manips context cmds.inViewEditor(visible=1)