Command to set the global display methods for paint effects items In query mode, return type is based on queried flag.
Long name (short name) | Argument Types | Properties | |
---|---|---|---|
meshDrawEnable (me) | bool | ||
|
Derived from mel command maya.cmds.paintEffectsDisplay
Example:
import pymel.core as pm
import maya.cmds as cmds
pm.paintEffectsDisplay( meshDrawEnable=True )
meshDrawEnabled = pm.paintEffectsDisplay(query=True, me=True)