Page 1 of 1

Custom Panel Layers

Posted: 30 Oct 2020, 01:13
by acrookedheart
Is there a way to add a New-Anim Layer to a custom panel? I found a shortcut but have yet to figure out where the keystroke is located.
Screenshot_3.png
Screenshot_3.png (14.16 KiB) Viewed 4144 times
Screenshot_2.png

Re: Custom Panel Layers

Posted: 30 Oct 2020, 06:42
by Svengali
You could make a short Embedded George Script for a new button, (like this if that's what you want):

Code: Select all

tv_LayerCreate New // make a new layer after current layer and name it "New"
LayerID = result // get the new ID for New layer
tv_LayerAnim // convert New layer to Anim layer
tv_LayerPreBehavior LayerID REPEAT // set prebehavior for New layer to Loop
tv_LayerPostBehavior LayerID REPEAT // set postbehavior for New layer to Loop
sven

Re: Custom Panel Layers

Posted: 30 Oct 2020, 15:25
by Peter Wassink
ctrl-N (is the default i think?)

in the Keyboard shortcut panel its:
Layer Preset:Anim Layer