As the title says, I'm looking for a way to reverse the "export layers to file" script. It currently puts out images in this format.
dodo_0001_Layer 3
dodo_0002_Layer 2
dodo_0003_Layer 1
Where the dodo_0001_Layer 3 is the last layer in the series of images.
I've been trying to edit the script myself to make it so the "0001,0002,0003" is removed from the file name so it comes out as dodo_Layer 1, so that they will be sorted correctly in the file browser.
Is there any way to do this, or can someone point me at a javascript that already has this done? |