/t5/photoshop-beta-bugs/latest-beta-has-broken-my-pervious-action-of-stacking-focus/idi-p/15302487May 02, 2025
May 02, 2025
Copy link to clipboard
Copied
The latest Beta has broken an action I created for focus stacking. This has been working for 15 years. Not sure why it no longer works. I now have to manually do the steps in the action. attached is my action.
/t5/photoshop-beta-bugs/latest-beta-has-broken-my-pervious-action-of-stacking-focus/idc-p/15302502#M19156May 02, 2025
May 02, 2025
Copy link to clipboard
Copied
I'm having very similar issues with my scripts and actions. Never had any issues before this latest beta. Much of it may have to do with how it handles layers or perhaps not calling specific layers correctly or even tracking the layer merging after running the action. If I hit undo it doesn't undo all of the merges of layers it goes back before the merges.
/t5/photoshop-beta-bugs/latest-beta-has-broken-my-pervious-action-of-stacking-focus/idc-p/15306316#M19171May 05, 2025
May 05, 2025
Copy link to clipboard
Copied
What happens when you run the action?
Does running it from Classic Actions make any difference?
Does it make any difference to disable Single History State from Classic Actions panel flyout menu > Playback Options?
Can you share the action with this thread to test out? Might need to rename it to .txt or.zip if the forum doesn't allow a .atn file to attach. Not sure there.
Its supposed to create a new document that loads all the currently opened images into a single image with multiple layers, auto aligns all the layers, selects all the layers and auto blends them, deselects, then does an unsharp mask.
Currently it makes the new document with only one layer, and move the new document behind all the other opened files, and throws up an error message. "The command "select all layers' is not currently availble." Which is strange because the "load files into stack" script only loads one image, it should be loading all the images into the new document. Its like the first part of the first action is stopping short of doing its whole job.