Batch Rename PSD Layers to File Name Script?
hello,
i recieved several thousand .psd files job containing single layer (named "layer 1") on transparent background. i'm trying find way batch rename layer in each of these files file name, sans file extension. there script out there can me? forgive me, not hip scripts.
windows 7 pc, cs6
thank you!
save line below plain text file , give .jsx extension.
app.activedocument.activelayer.name = decodeuri(app.activedocument.name).match(/(.*)(\.[^\.]+)/)[1];
then create action runs script. run file-automate-batch using action.
More discussions in Photoshop Scripting
adobe
Comments
Post a Comment