Copy link to clipboard
Copied
I am using "Actions" to apply patches to the posters. Each poster must have the same title + _language
I have to save the JPG in a separate folder every time, and then rename and move it to the same folder
Does it solve your problem?
Copy link to clipboard
Copied
I am using "Actions" to apply patches add badges to the posters.
Copy link to clipboard
Copied
Copy link to clipboard
Copied
with(activeDocument) saveAs(File(path + '/' + name
.replace(/(?=\.\w{3}$)/, '_' + activeLayer.name)))
Copy link to clipboard
Copied
tnx
Copy link to clipboard
Copied
You marked wrong answer as correct solution. Please unmark that to mark correct one 😉
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Пока-что еще не разобрался, отпишу когда все обдумаю хоршо
Copy link to clipboard
Copied
Have you tried my code?
Copy link to clipboard
Copied
yes
Copy link to clipboard
Copied
Does it solve your problem?
Copy link to clipboard
Copied
Perhaps you can solve problem by using Window > Layer Comps but that option is requiring additional work to create layer comps although and that can be automated what depends on what exactly you need and whether group names are always the same.
If provided script works for you then you do not have many reasons to think about layer comps and File > Export > Layer Comps to Files.