Search found 1 match
- February 6th, 2018, 11:32 am
- Forum: Script requests
- Topic: Select all abobe/below layers
- Replies: 9
- Views: 101930
Re: Select all abobe/below layers
Hey, a bit late to the party but i just came across this thread and modified your script to make a select layers after playhead script I'd been searching for; { var activeItem = app.project.activeItem; if (activeItem != null && activeItem instanceof CompItem) { var selectedIndex = 1; ...