Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 1.04 KB

README.md

File metadata and controls

30 lines (17 loc) · 1.04 KB

Adobe Illustrator Layer Renamer

This script allows you to batch rename layers in Illustrator.

The script currently only works with string replacement. Regular expressions will eventually be added.

Installation

Option 1

Save ai-layer-renamer.jsx in your scripts folder.

  • Windows: Program Files\Adobe\Adobe Illustrator <version>\Presets\<language>/Scripts
  • OS X: /Applications/Adobe Illustrator <version>/Presets/<language>/Scripts

Option 2

Run it from ExtendScript Toolkit.

Development

  1. Make sure you have coffeescript installed.
  2. Run cake watch from the root of folder.
  3. Run cake build to output .jsx file.

Troubleshooting

If you experience issues with the script as some people have, check out this issue for an alternative solution by SheepDomination.