Mobile app version of vmapp.org
Login or Join
Fox8063795

: How to automatically batch export with name+subgroupname in Photoshop CC I have a PSD file which the designer draws textures for a game character. This file has group folders such as hair, eye

@Fox8063795

Posted in: #Actions #AdobePhotoshop #Automation #BatchProcessing #Save

I have a PSD file which the designer draws textures for a game character.

This file has group folders such as hair, eye etc.

In each group there are other group folders named with numbers such as 1,2,3... which keep each item's line and color layers.

So this is how it looks:


I want to make an action which changes the color of a color layer (line layer will remain the same) in each subfolder and then export the subfolder (together with the line layer and color layer) into a .png file, and automate the batch exportation of each item in a folder with the naming convention used [topLevelGroupName][subGroupName][colorName]".png"

So it can export files such as: "eye1yellow.png" "eye1pink.png" "eye2yellow.png" "eye2pink.png" etc..

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Fox8063795

2 Comments

Sorted by latest first Latest Oldest Best

 

@Michele215

I think you can use "Generate Assets" (Avaible in Photoshop CC)
Visit Adobe Page

10% popularity Vote Up Vote Down


 

@Berumen635

You automate this with scripting, not actions, because you will need variables. You can just loop through the Layers panel and export everything.

You can write scripts in AppleScript or JavaScript.

Adobe Photoshop Scripting

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme