Quantcast
Viewing all articles
Browse latest Browse all 150094

Re: How to Export JPG files Scripting Automatically

I edit the coding

 

File name I add layer name also is not working

Image may be NSFW.
Clik here to view.
Screen Shot 2017-07-24 at 8.24.36 PM.png

 

// save one copy per layer in group;

  for (var o = 0; o < thisGroup.layers.length; o++) {

  thisGroup.layers[o].visible = true;

  myDocument.saveAs((new File(thePath+"/"+theName+"_"+theGroups[n][0]+"_"+theLayer[n][0]+"_"+String(o)+".jpg")),jpegOptions,true);

thisGroup.layers[o].visible = false;


Viewing all articles
Browse latest Browse all 150094

Trending Articles



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