Custom tool, change color + change brush to alpha stamp?
Custom tool, change color + change brush to alpha stamp?
Is it possible to create a tool/button that changes the colour of my custom brush and changing the brush mode from 'Color' to 'Alpha stamp'? I know how to create buttons to change colour, but I can't find the alpha stamp setting anywhere.
- Lukas Sketch Panel
- TVPaint Pro 11.7.3
- MacBook Pro 2018 macOS Ventura 13.4.1 + PC Windows 10
- Wacom Cintiq 27QHD + Wacom Intuos4
- YouTube.com/@ClubBaboo
- YouTube.com/@FrameOrder
Re: Custom tool, change color + change brush to alpha stamp?
Hmm, you're right, this function is not listed in the function list, when you want to set a Key Map.
Re: Custom tool, change color + change brush to alpha stamp?
While we are waiting for a Keyboard shortcut you can use Tvpaints scripting language sor setting the stamp drawing mode of a Custom brush .
Paste this code
Into an embedded George script in an Action
Even though we can do it this way, I still think it should be availeble throug the Keyboard shortcuts
-Mads
Paste this code
Code: Select all
tv_BrushRestore stamp 1
-Mads
Re: Custom tool, change color + change brush to alpha stamp?
Thanks so much Mads! Exactly what my sketch panel needed! (Easily stamping parts of drawings in blue!)madsjuul wrote:While we are waiting for a Keyboard shortcut you can use Tvpaints scripting language sor setting the stamp drawing mode of a Custom brush .
Paste this codeInto an embedded George script in an Action Even though we can do it this way, I still think it should be availeble throug the Keyboard shortcutsCode: Select all
tv_BrushRestore stamp 1
-Mads
- Lukas Sketch Panel
- TVPaint Pro 11.7.3
- MacBook Pro 2018 macOS Ventura 13.4.1 + PC Windows 10
- Wacom Cintiq 27QHD + Wacom Intuos4
- YouTube.com/@ClubBaboo
- YouTube.com/@FrameOrder
Re: Custom tool, change color + change brush to alpha stamp?
Glad I could help