This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Select Next Layer (+100).jsx | |
| // Original Script: https://gist.github.com/joonaspaakko/048c9b58ccbb6e6f44c894bf4ce30b68 | |
| // This Script: https://gist.github.com/methodphoto/284a81728885873b4d5164aa977b7912 | |
| // This version of the original script will select the nth layer (in this case 100) below the current layer | |
| // Using nextLayer('down'); you can switch directions using 'up' and 'down' | |
| // Using 'Select next layer 100 times' you can choose how many layers it can skip | |
| nextLayer('down'); | |
| // direction (↑): "up" or "above" |