pymel.core.effects.getDefaultBrush

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()