Go to: Synopsis. Return value. Flags. MEL examples.
manipOptions [-forceRefresh] [-handleSize float] [-linePick float] [-lineSize float] [-pointSize float] [-preselectHighlight boolean]
[-refreshMode int] [-relative] [-scale
float]
manipOptions is undoable, queryable, and NOT
editable.
Changes the global manipulator parameters
None
In query mode, return type is based on queried flag.
forceRefresh, handleSize, linePick, lineSize,
pointSize, preselectHighlight, refreshMode, relative, scale
Long name (short name) |
Argument types |
Properties |
-relative(-r) |
|
![create create](../gfx/create.gif) |
|
All values are interpreted as multiplication factors instead of
final values. |
|
-scale(-s) |
float |
![create create](../gfx/create.gif) ![query query](../gfx/query.gif) |
|
Global scaling factor of all manipulators |
|
-handleSize(-hs) |
float |
![create create](../gfx/create.gif) ![query query](../gfx/query.gif) |
|
Sets the maximum handles size in pixels, for small handles |
|
-lineSize(-ls) |
float |
![create create](../gfx/create.gif) ![query query](../gfx/query.gif) |
|
Set the width of long handles (drawn as lines) |
|
-linePick(-lp) |
float |
![create create](../gfx/create.gif) ![query query](../gfx/query.gif) |
|
Set the width of picking zone for long handles |
|
-pointSize(-ps) |
float |
![create create](../gfx/create.gif) ![query query](../gfx/query.gif) |
|
Set the size of points (used to display previous states) |
|
-refreshMode(-rm) |
int |
![create create](../gfx/create.gif) ![query query](../gfx/query.gif) |
|
Set the global refresh mode. |
|
-forceRefresh(-fr) |
|
![create create](../gfx/create.gif) |
|
Force a refresh if there is any deferred evaluation. |
|
-preselectHighlight(-psh) |
boolean |
![create create](../gfx/create.gif) ![query query](../gfx/query.gif) |
|
Set whether manip handles should be highlighted when moving
mouse. |
|
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. |
// Scales all handles by a 1.5 factor
manipOptions -r -hs 1.5 -ls 1.5;
// All manips are scaled by 2
manipOptions -s 2;