This content has been marked as final.
Show 2 replies
-
1. Re: Batch Rename PSD Layers to File Name Script?
Michael L Hale Aug 21, 2013 11:28 AM (in response to WDMusicInc)Save the line below into a plain text file and give it the .jsx extension.
app.activeDocument.activeLayer.name = decodeURI(app.activeDocument.name).match(/(.*)(\.[^\.]+)/)[1];
Then create an action that runs that script. Then run File-Automate-Batch using that action.
-
2. Re: Batch Rename PSD Layers to File Name Script?
WDMusicInc Aug 21, 2013 1:13 PM (in response to Michael L Hale)Thank you, I'll give this a try!

