Invert Paper Shortcut

Please use this part to report bugs & errors, ask questions & "How to..."
Post Reply
giles_t
Posts: 2
Joined: 17 Jan 2008, 03:12
Contact:

Invert Paper Shortcut

Post by giles_t »

Hello, is it possible to assign a shortcut key to toggle the inversion of the currently selected paper? The reason I ask is because I like using the Sharp Eraser, but each time I use the eraser it inverts the paper and so I'd like a quick way to toggle the inversion. Thanks in advance, Giles
User avatar
ZigOtto
Posts: 4102
Joined: 17 Feb 2006, 22:50
Location: south-Petazonia

Post by ZigOtto »

hi Giles, and welcome!

I think to make the eraser working properly, you need to toggle off the paper, not to "invert" it.
anyway, if you toggle off the paper, set the eraser (tool,size and power) as you wish,
and use the top-eraser of your pen, tvpa will record this tool, (with its settings and paper's connection),
and each time you will re-use it, (drawing with the top of the pen), you will use the same tool (eraser + paper=off).

otherwise, you can use Custom Panel buttons,
- edit your "pencil" tool and add this command line (type Script Command) :

Code: Select all

tv_paper Active 1 
- edit your "eraser" tool and add the command line :

Code: Select all

tv_paper Active 0 
(see pict.)

of course, you can also assign [Tools: Toggle Paper] to a shortcut, but imo, you shouldn't need it.

my 2 cents.
Attachments
Eraser+PaperOff.png
Eraser+PaperOff.png (10.73 KiB) Viewed 8285 times
giles_t
Posts: 2
Joined: 17 Jan 2008, 03:12
Contact:

Post by giles_t »

Zig,
Excellent, thanks ever so much for a very helpful and thorough answer!
Post Reply