what is the george command that increase/decrease brush size?

A forum dedicated to George scripting questions
Post Reply
User avatar
Markxu
Posts: 14
Joined: 26 Jun 2021, 09:25
Contact:

what is the george command that increase/decrease brush size?

Post by Markxu »

Hi there the lovely tvpaint people!
I am looking for the george command to increase/decrease brush size by certain pixels. right now I can't find any way to do it. the custom action increase/decrease size runs too slow. And I don't see any option in the george scripting. Thanks for your lovely help! :D
Mark.Mou
Satchiken
Posts: 1
Joined: 12 Oct 2021, 07:25

Re: what is the george command that increase/decrease brush size?

Post by Satchiken »

Try the tv_penbrush command:

Code: Select all

//sets the penbrush size to 79
tv_penbrush size 79
Post Reply