Unable to load action while an action is running?
I've got a script that loads an action into the actions palette:
app.load(new File('/path/to/action.atn'))
Works fine when I run it through ExtendScript Toolkit and target Photoshop CC. However, if I actually run the script through an action (so, record an action of myself opening the script and then running that action) , it does nothing. Why is that? The script works fine if I just open it by going to File -> Scripts -> Browse. I have the 2015.0.0 version of Photoshop.
Edit: I've tested it on a computer with the 2015.5.0 version of Photoshop and it works when opening through an action. Is there a reason it doesn't work on the older version?
