command to toggle Stencil's checkerboard visibility

A forum dedicated to George scripting questions
Post Reply
Svengali
Posts: 1557
Joined: 28 Dec 2006, 10:08

command to toggle Stencil's checkerboard visibility

Post by Svengali »

Is there a GEORGE command that lets you toggle the Show Stencil checkerboard on and off?

If not, I'd like to request a command that lets you set the Show Stencil checkerboard area on/off AND control its transparency.

Perhaps something like this:

tv_ShowStencil ["On"|"Off"] [Opacity val]

Used this way:
tv_LayerStencil LayerID On Normal // existing command to activate a layer as a stencil
tv_ShowStencil On Opacity 20 // show checkerboard at 80% transparent

OR

tv_ShowStencil Off // shut checkerboard off

OR

tv_ShowStencil On Opacity 100 // show checkerboard at 0% transparent (totally opaque)

thanks, Sven
TVP Pro 11.0.10-64bit Win10 - 64GB ram -2TB HHD - 256GB SSD - Wacom Cintiq 16, driver 6.3.41-1
Android Tablet: rel. 11, Samsung Galaxy Note10.1 - 32GB with microSD 32GB
Android Tablet: rel. 11.5, Samsung Galaxy Tab S7plus - 128GB with microSD 64GB
User avatar
Mike
Posts: 1050
Joined: 16 Feb 2006, 08:58

Re: command to toggle Stencil's checkerboard visibility

Post by Mike »

Code: Select all

tv_display stencil on|off
But no parameter to toggle or set the value or set the color
TVPaint Team
Svengali
Posts: 1557
Joined: 28 Dec 2006, 10:08

Re: command to toggle Stencil's checkerboard visibility

Post by Svengali »

Mike wrote:

Code: Select all

tv_display stencil on|off
But no parameter to toggle or set the value or set the color
thanks, that is useful. :D

A Request then:
(1) make the Stencil color and opacity settings be remembered between sessions
(OR)
(2) make the Stencil color and opacity set-able in the tv_Display Stencil parameters

And Another Stencil question as well: If a stencil is in effect on two layers, shouldn't the stencil checkerboard show for BOTH layers since they BOTH affect where you can draw on other layers?

Sven
TVP Pro 11.0.10-64bit Win10 - 64GB ram -2TB HHD - 256GB SSD - Wacom Cintiq 16, driver 6.3.41-1
Android Tablet: rel. 11, Samsung Galaxy Note10.1 - 32GB with microSD 32GB
Android Tablet: rel. 11.5, Samsung Galaxy Tab S7plus - 128GB with microSD 64GB
Post Reply