Custom Panel Layers

Please use this part to report bugs & errors, ask questions & "How to..."
Post Reply
acrookedheart
Posts: 124
Joined: 02 Apr 2017, 01:47
Contact:

Custom Panel Layers

Post 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 4099 times
Screenshot_2.png
Svengali
Posts: 1552
Joined: 28 Dec 2006, 10:08

Re: Custom Panel Layers

Post 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
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
Peter Wassink
Posts: 4283
Joined: 17 Feb 2006, 15:38
Location: Amsterdam
Contact:

Re: Custom Panel Layers

Post by Peter Wassink »

ctrl-N (is the default i think?)

in the Keyboard shortcut panel its:
Layer Preset:Anim Layer
Peter Wassink - 2D animator
• PC: Win11/64 Pro - AMD Ryzen 9 5900X 12-Core - 64Gb RAM
• laptop: Win10/64 Pro - i7-4600@2.1 GHz - 16Gb RAM
Post Reply