Go to: Synopsis. Return value. Keywords. Related. Flags. MEL examples.
ikfkDisplayMethod [-display string]
ikfkDisplayMethod is NOT undoable, queryable, and NOT editable.
The ikfkDisplayMethod command is used to specify how ik/fk blending should be shownNone
In query mode, return type is based on queried flag.
Long name (short name) | Argument types | Properties | ||
---|---|---|---|---|
-display(-d)
|
string
|
|||
|
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. |
// Just display ik. // ikfkDisplayMethod -display "ik"; // Display ik and fk when the handle is selected // ikfkDisplayMethod -display "ikfk";