Go to: Synopsis. Return value. Flags. MEL examples.
manipOptions [-forceRefresh] [-handleSize float] [-hideManipOnCtrl boolean] [-hideManipOnShift boolean] [-hideManipOnShiftCtrl boolean] [-linePick float] [-lineSize float] [-pivotRotateHandleOffset int] [-planeHandleOffset int] [-pointSize float] [-preselectHighlight boolean] [-refreshMode int] [-relative] [-rememberActiveHandle boolean] [-rememberActiveHandleAfterToolSwitch boolean] [-scale float] [-showPivotRotateHandle int] [-showPlaneHandles int]
manipOptions is undoable, queryable, and NOT editable.
Changes the global manipulator parametersNone
In query mode, return type is based on queried flag.
Long name (short name) | Argument types | Properties | ||
---|---|---|---|---|
-forceRefresh(-fr)
|
|
|||
|
||||
-handleSize(-hs)
|
float
|
|||
|
||||
-hideManipOnCtrl(-hmc)
|
boolean
|
|||
|
||||
-hideManipOnShift(-hms)
|
boolean
|
|||
|
||||
-hideManipOnShiftCtrl(-hsc)
|
boolean
|
|||
|
||||
-linePick(-lp)
|
float
|
|||
|
||||
-lineSize(-ls)
|
float
|
|||
|
||||
-pivotRotateHandleOffset(-pro)
|
int
|
|||
|
||||
-planeHandleOffset(-pho)
|
int
|
|||
|
||||
-pointSize(-ps)
|
float
|
|||
|
||||
-preselectHighlight(-psh)
|
boolean
|
|||
|
||||
-refreshMode(-rm)
|
int
|
|||
|
||||
-relative(-r)
|
|
|||
|
||||
-rememberActiveHandle(-rah)
|
boolean
|
|||
|
||||
-rememberActiveHandleAfterToolSwitch(-rhs)
|
boolean
|
|||
|
||||
-scale(-s)
|
float
|
|||
|
||||
-showPivotRotateHandle(-spr)
|
int
|
|||
|
||||
-showPlaneHandles(-sph)
|
int
|
|||
|
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;