Go to: Synopsis. Return value. Keywords. Flags. MEL examples.

Synopsis

paintEffectsDisplay [-meshDrawEnable boolean]

paintEffectsDisplay is NOT undoable, queryable, and NOT editable.

Command to set the global display methods for paint effects items

Return value

None

In query mode, return type is based on queried flag.

Keywords

paintEffects, stroke, brush, pfxGeometry, pfxHair, pfxToon

Flags

meshDrawEnable
Long name (short name) Argument types Properties
-meshDrawEnable(-me) boolean createquery
Set whether mesh draw is enabled on objects

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.

MEL examples

paintEffectsDisplay -meshDrawEnable true;
int $meshDrawEnabled = `paintEffectsDisplay -q -me`;