Skip to content

Instantly share code, notes, and snippets.

@lm913
Last active December 23, 2015 15:20
Show Gist options
  • Save lm913/2cfd32e6bef6b88a5d08 to your computer and use it in GitHub Desktop.
Save lm913/2cfd32e6bef6b88a5d08 to your computer and use it in GitHub Desktop.
Pre-processing script for 30758
/**
* ---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