I just added this to a plugin and it worked flawlessly!
I wrapped the require(âphotoshopâ).action.recordAction line inside a try/catch. That way it will run on the beta release with action recording but not throw an error in the current public release.
I have 3 plugins I am going to release updates for next week with this. My users have been asking for this for a long time so thanks
In the future, one thing that would be nice to have if possible would be for the action step to display the object properties. That way the user can see the plugin settings that were used when the action was recorded. Either way, Iâm still super happy having the feature though.
Iâve added the action recordability into 2 plugins. It works, except I have discovered 2 bugs.
If you double click on the action step itself inside the action, it will process the step. However, after it runs the step, the dropdown from the step goes away and then it just says âScript Actionâ in the step. After that, the step wonât play back anymore.
Running an action that has a step recorded with a UXP plugin wonât play back when running the action from another UXP plugin. I know there was a block in place when trying to run actions that played a JSX script. This seems to do the same thing with actions that have a UXP plugin step.
I have an automation plugin called âHot Folderâ that plays actions. Many of my users would like to record some of my plugins into actions and process with the Hot Folder plugin. Is there some special permission that I need to grant in the manifest file in order for a plugin to be able to play actions that have a recorded UXP plugin step?
For the second, I am wondering if the executeAsModal from the Hot Folder batching plugin is blocking the action step with the recorded UXP plugin from running???