Adobe Illustrator Layer Renamer
May 15, 2015 ยท View on GitHub
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
- Make sure you have coffeescript installed.
- Run
cake watchfrom the root of folder. - Run
cake buildto 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.