Go to: Synopsis. Return value. Related. MEL examples.
getDefaultBrush
getDefaultBrush is undoable, queryable, and editable.
The command returns the name of the default Paint Effects brush.// Put the name of the current brush // into a MEL string variable. string $brush; $brush = `getDefaultBrush`;