Quantcast
Channel: Adobe Community: Message List - Photoshop Scripting
Viewing all articles
Browse latest Browse all 27456

Re: How do you remove the number sequence when exporting layer comps to files? CS6. Windows 8.

$
0
0

Commenting out the zeroSuppress line and changing the line after that worked for me. Note, these changes probably break the script for the case where you have multiple layer comps with the same name.

 

// omit sequence numbers

//fileNameBody += "_" + zeroSuppress(compsIndex, 4);

//fileNameBody += "_" + compRef.name;

fileNameBody += compRef.name;


Viewing all articles
Browse latest Browse all 27456

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>