New Anim Layer button

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

New Anim Layer button

Post by acrookedheart »

I love creating and using Custom Panels.

The one Keystroke I can not locate is New Animation Layer. I can make it a shortcut, but that doesn't help with adding a button to the Custom Panel

:?:
Attachments
Capture2.png
Capture.PNG
Svengali
Posts: 1552
Joined: 28 Dec 2006, 10:08

Re: New Anim Layer button

Post by Svengali »

It may be that keystroke isn't available because the new layer needs a name???
What you can do instead is insert a type script's command line with the following GEORGE instruction (assume the name of your new layer will be NewLayer)

tv_LayerCreate NewLayer

you should follow that with a keystroke command:
Layer:Make Anim

Once created, the new layer can be renamed.

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
acrookedheart
Posts: 124
Joined: 02 Apr 2017, 01:47
Contact:

Re: New Anim Layer button

Post by acrookedheart »

thanks Sven, I'll give that a shot.
acrookedheart
Posts: 124
Joined: 02 Apr 2017, 01:47
Contact:

Re: New Anim Layer button

Post by acrookedheart »

Svengali wrote: 26 May 2018, 16:06 It may be that keystroke isn't available because the new layer needs a name???
What you can do instead is insert a type script's command line with the following GEORGE instruction (assume the name of your new layer will be NewLayer)

tv_LayerCreate NewLayer

you should follow that with a keystroke command:
Layer:Make Anim

Once created, the new layer can be renamed.

Sven

That worked perfectly, thank you.
Post Reply