pymel.core.effects.getDefaultBrush

static effects.getDefaultBrush(*args, **kwargs)

The command returns the name of the default Paint Effects brush.

Derived from mel command maya.cmds.getDefaultBrush

Example:

import pymel.core as pm

# get the name of the current brush
#
brush = pm.getDefaultBrush()

Previous topic

pymel.core.effects.fluidVoxelInfo

Next topic

pymel.core.effects.getFluidAttr

Core

Core Modules

Other Modules

This Page