Go to: Synopsis. Return value. MEL examples.
ikHandleDisplayScale
float
ikHandleDisplayScale is undoable, queryable, and editable.
This action modifies and queries the current display size of ikHandle. The default display scale is 1.0.float | Returns current display size of ikHandle. |
In query mode, return type is based on queried flag.
// Half the display size with respect to the default size. ikHandleDisplayScale 0.5;