Skip to main content
Known Participant
February 14, 2020
Question

Troubleshooting a batch action executed from Bridge

  • February 14, 2020
  • 4 replies
  • 1922 views

An action I've created that runs well from inside Photoshop is not behaving in the same way (or so it seems) when triggered via Bridge/Tools/Photoshop/Batch. In short, the action processes an image layer through a color fill layer, stepping through 10 blend modes, "merging" each combination to a new layer before proceeding to the next blend. Then, it executes the "Layers to File" script, exporting those ten layers to a specified destination folder, and finally, closes the original file without saving changes to the file. Works as expected and intended inside Photoshop. Triggered from Bridge, it executes the multiple blend mode layers fine, but when it tries to run the "Layers to file" to save to a folder, it stops with a "duplicate image "dialog box. I've tried various options and overrides in the Batch dialog box, but I get a little lost trying to understand what's actually happening. I'm sure it's GIGO, but not sure why. Thoughts?

This topic has been closed for replies.

4 replies

Stephen Marsh
Community Expert
Community Expert
February 21, 2020

Happy to see you back SuperMerlin, take care buddy!

SuperMerlin
Inspiring
February 15, 2020

My first guess the Layer to File script needs the following line added at the begining of the script.

app.displayDialogs = DialogModes.NO;

Most if not all scripts called from Bridge need this line.

Legend
February 16, 2020

Also, look at the options in the Batch dialog. Its easy to set something that kills your script or action.

lloyd_pdxAuthor
Known Participant
February 16, 2020

Thanks. I've got some studying to do. 

jbm007
Community Expert
Community Expert
February 15, 2020

Hopefully Lumagraphics will weigh in here.

He deals with this stuff alot.