Search found 1 match
- February 11th, 2022, 5:23 am
- Forum: Script requests
- Topic: Select all abobe/below layers
- Replies: 9
- Views: 101936
Re: Select all abobe/below layers
Even later for the party, but here's my generalized function :D function getLayersByIdx(idx,mode){ //by neex2022 - supports 3 modes: after (or 1), before (or 2), except (or 2) specified index (idx) var activeItem = app.project.activeItem; if (activeItem != null && activeItem instanceof CompI...