Skip to main content
Participant
April 22, 2010
Answered

Is there a way to export layers as files with out all the extra numbers in the prefix?

  • April 22, 2010
  • 1 reply
  • 1044 views

Hi everyone

I've officially spent 8 hours researching this topic and I can't seem to get anywhere...

i want to export a bunch of layers to files. I know about the layers to file script, that's not what I'm asking. I'm asking how to get rid of the "0000_0000" that like to show up for no aparent reason.

I have numerous sepaaret psd's with about 10-25 layers each so I don't want to have to go through the bridge and rename everysingle time...

Thanks so much in advance!

cheers

-J

This topic has been closed for replies.
Correct answer c.pfaffenbichler

One could, I assume, inactivate line 1023

        fileNameBody += "_" + zeroSuppress(i, 4);

by adding »//« at the beginning or deleting it.

But maybe someone else has a custom Script for the task anyway.

1 reply

c.pfaffenbichler
Community Expert
c.pfaffenbichlerCommunity ExpertCorrect answer
Community Expert
April 23, 2010

One could, I assume, inactivate line 1023

        fileNameBody += "_" + zeroSuppress(i, 4);

by adding »//« at the beginning or deleting it.

But maybe someone else has a custom Script for the task anyway.

Participant
April 25, 2010

Thanks so much for that, I'm going to try it right away and see what happens

cheers

-j

Participant
April 26, 2010

Yay thank you so much! You are my new hero!