Keyboard shortcut end-behaviour of layer

Please use this part to report bugs & errors, ask questions & "How to..."
Post Reply
User avatar
Joost
Posts: 437
Joined: 24 Nov 2011, 13:16

Keyboard shortcut end-behaviour of layer

Post by Joost »

Hi,

Another question:
Is there a way to make keyboard shortcuts for to change the behaviour of the end of a layer. I would like to het a key to set the end behaviour to "none".

(I know I can make layer templates that do this when creating a new layer, but I would like to be able to switch on existing layers)


Thanks!
Mac OS 13.4.1 , Mac Studio 2023, 32GB RAM, Wacom Cintiq 27 QHD (no touch), Wacom Driver 6.4.2-4.
TVP Pro 11.7.1
Cardin
Posts: 116
Joined: 06 Sep 2010, 17:59

Re: Keyboard shortcut end-behaviour of layer

Post by Cardin »

Yes, sir. Just add an action and put the code below in an embedded script. Then, assign the action a shortcut.

Code: Select all

tv_layerpostbehavior 0 none
Sets current layer post behavior to "none"
TVPaint 11 Pro 11.7.3 - 64bits (April 18, 2024 Release)
System - CPU: i9-13900K, RAM: 128GB, GPU: Intel Arc A770 16GB, OS: Win 11 Pro 23H2 Build 22631.3447
Wacom Cintiq 4K (Driver 6.4.6-1 April 23, 2024)
User avatar
Joost
Posts: 437
Joined: 24 Nov 2011, 13:16

Re: Keyboard shortcut end-behaviour of layer

Post by Joost »

Thanks! It works :)
Mac OS 13.4.1 , Mac Studio 2023, 32GB RAM, Wacom Cintiq 27 QHD (no touch), Wacom Driver 6.4.2-4.
TVP Pro 11.7.1
Post Reply