Help with a Photoshop Action, please.
- May 4, 2023
- 1 reply
- 1211 views
Hi Photoshop Community,
I am hopeful that there is a Photoshop action expert in the ecosystem who can help direct me.
I'm on a Mac in the lastest version of Photoshop and I have a Photoshop action that consists of ~37,000 lines of code when viewed as an .xml file. I've used Xtools to convert the action to a .xml file in order to edit it. Once in .xml format, I use UltraEdit or TextEdit to open the file and to edit the file name, the Action File key, and Action Set name. Once saved, I use Xtools to convert the .xml file back to a Photoshop Action .atn file.
The problem is this: when I run the action in RGB, 8-bit, with a flattened image of background, the file glitches on a specific Set function whereby a dialog box pops up that says "the command Set is currently not available.". When I look at the specific Set Function step in the actions panel within Photoshop, I can locate the issue which is the Set Selection states "to: <unknown>" when it should state "to: none". I've looked at the code in .xml and .jsx format and see no difference between either the original action (which works fine) and the renamed action -- the codes look identical and both show "none" in the code correctly. I've reset preferences and uninstalled and reinstalled Photoshop and neither of these did anything to solve it.
Other than the pop-up window for the Set Function happening in multiple instances of the same "to:<unknown>", everything else in the actions plays correctly. Any ideas?
