Page 1 of 1

an action to change the colormode of a custombrush?

Posted: 13 Jan 2010, 16:31
by Peter Wassink
is there a way to create an action where i change the colormode of a custombrush?

i simply want a button that turns my custom brush into the current A color.

Re: an action to change the colormode of a custombrush?

Posted: 13 Jan 2010, 17:39
by ZigOtto
via a Custom Panel command :
add Action / Type Script's Command / tv_BrushRestore Stamp 0/1
where 0 is for Color mode, and 1 for Stamp mode.
I think a little script could toggle between these 2 modes (to have a single button),
at last, you can also toggle the Brush modes by this command : Brush : toggle Stamp/Brush,
but it will toggle through the 7 modes we have now with CB !
:wink: