Page 1 of 1

Keyboard shortcut end-behaviour of layer

Posted: 26 Apr 2024, 08:17
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!

Re: Keyboard shortcut end-behaviour of layer

Posted: 26 Apr 2024, 12:02
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"

Re: Keyboard shortcut end-behaviour of layer

Posted: 03 May 2024, 07:10
by Joost
Thanks! It works :)