Go to: Synopsis. Return value. Flags. MEL examples.
 manipOptions [-forceRefresh] [-handleSize float] [-linePick float] [-lineSize float] [-planeHandleOffset int] [-pointSize float] [-preselectHighlight boolean] [-refreshMode int] [-relative] [-scale float] [-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 | ||
|---|---|---|---|---|
| -relative(-r) |  |   | ||
| 
 | ||||
| -scale(-s) | float |    | ||
| 
 | ||||
| -handleSize(-hs) | float |    | ||
| 
 | ||||
| -lineSize(-ls) | float |    | ||
| 
 | ||||
| -linePick(-lp) | float |    | ||
| 
 | ||||
| -pointSize(-ps) | float |    | ||
| 
 | ||||
| -showPlaneHandles(-sph) | int |    | ||
| 
 | ||||
| -planeHandleOffset(-pho) | int |    | ||
| 
 | ||||
| -refreshMode(-rm) | int |    | ||
| 
 | ||||
| -forceRefresh(-fr) |  |   | ||
| 
 | ||||
| -preselectHighlight(-psh) | 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 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;