Page 1 of 1

Custom tool, change color + change brush to alpha stamp?

Posted: 22 Apr 2013, 08:25
by Lukas
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.

Re: Custom tool, change color + change brush to alpha stamp?

Posted: 22 Apr 2013, 14:29
by Elodie
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?

Posted: 22 Apr 2013, 14:57
by Mads Juul
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

Code: Select all

tv_BrushRestore stamp 1
Into an embedded George script in an Action
Capture.JPG
Capture.JPG (37.18 KiB) Viewed 9304 times
Even though we can do it this way, I still think it should be availeble throug the Keyboard shortcuts
-Mads

Re: Custom tool, change color + change brush to alpha stamp?

Posted: 23 Apr 2013, 06:46
by Lukas
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 code

Code: Select all

tv_BrushRestore stamp 1
Into an embedded George script in an Action
Capture.JPG
Even though we can do it this way, I still think it should be availeble throug the Keyboard shortcuts
-Mads
Thanks so much Mads! :) Exactly what my sketch panel needed! (Easily stamping parts of drawings in blue!)

Re: Custom tool, change color + change brush to alpha stamp?

Posted: 23 Apr 2013, 06:58
by Mads Juul
Glad I could help :)