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

import maya.cmds as cmds

# 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