Copy link to clipboard
Copied
If I have 3 groups of 5 layers is there a script or workflow that could output 125 PNGs: 1 layer from each group turned on in sequence and combined with the others?
I guess to create an action of this I would have to actually do it manually, which would kind of defeat the point.
The usual suspects:
https://github.com/mechanicious/photoshopCompositionComposer
https://github.com/Paul-Riggott/PS-Scripts/blob/master/Layer%20Saver%20Plus.jsx
https://github.com/Paul-Riggott/PS-Scripts/blob/master/Layer%20Saver.jsx
Otherwise, a bespoke script would probably need to be created.
Copy link to clipboard
Copied
The usual suspects:
https://github.com/mechanicious/photoshopCompositionComposer
https://github.com/Paul-Riggott/PS-Scripts/blob/master/Layer%20Saver%20Plus.jsx
https://github.com/Paul-Riggott/PS-Scripts/blob/master/Layer%20Saver.jsx
Otherwise, a bespoke script would probably need to be created.
Copy link to clipboard
Copied
Fantastic, thanks. First one works well.