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.
an action to change the colormode of a custombrush?
- Peter Wassink
- Posts: 4437
- Joined: 17 Feb 2006, 15:38
- Location: Amsterdam
- Contact:
an action to change the colormode of a custombrush?
Peter Wassink - 2D animator
• PC: Win11/64 Pro - AMD Ryzen 9 5900X 12-Core - 64Gb RAM
• laptop: Win10/64 Pro - i7-4600@2.1 GHz - 16Gb RAM
• PC: Win11/64 Pro - AMD Ryzen 9 5900X 12-Core - 64Gb RAM
• laptop: Win10/64 Pro - i7-4600@2.1 GHz - 16Gb RAM
Re: an action to change the colormode of a custombrush?
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 !
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 !