Go to: Synopsis. Return value. Keywords. Flags. MEL examples.
paintEffectsDisplay [-meshDrawEnable boolean]
paintEffectsDisplay is NOT undoable, queryable, and NOT editable.
Command to set the global display methods for paint effects itemsNone
In query mode, return type is based on queried flag.
Long name (short name) | Argument types | Properties | ||
---|---|---|---|---|
-meshDrawEnable(-me)
|
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. |
paintEffectsDisplay -meshDrawEnable true; int $meshDrawEnabled = `paintEffectsDisplay -q -me`;