Last active
December 23, 2015 15:20
-
-
Save lm913/2cfd32e6bef6b88a5d08 to your computer and use it in GitHub Desktop.
Pre-processing script for 30758
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
/** | |
* ---Required ps functions--- | |
* psNewPath | |
*/ | |
var doc = app.activeDocument; | |
//create the path items | |
psNewPath("Outline"); | |
psNewPath("Strap"); | |
psNewPath("Stitches"); | |
psNewPath("Lugs"); | |
psNewPath("Top Ring Bezel"); | |
psNewPath("Crown"); | |
psNewPath("Pusher"); | |
psNewPath("Indexes"); | |
psNewPath("Hands"); | |
psNewPath("Eye Hands"); | |
psNewPath("Eyes"); | |
psNewPath("Date"); | |
psNewPath("Logo"); | |
psNewPath("Dial"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment