Go to: Synopsis. Return value. Keywords. Flags. Python examples.
paintEffectsDisplay([meshDrawEnable=boolean])
Note: Strings representing object names and
arguments must be separated by commas. This is not depicted in the
synopsis.
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 |
![]() ![]() |
||
|
![]() |
![]() |
![]() |
![]() |
import maya.cmds as cmds cmds.paintEffectsDisplay( meshDrawEnable=True ) meshDrawEnabled = cmds.paintEffectsDisplay(query=True, me=True)