Skip to main content
Participant
March 15, 2025
Question

Photoshop scripting - Record user activities and repeat. Recording an Action from a script?

  • March 15, 2025
  • 1 reply
  • 282 views

Hello!

The task is to record custom user activities made with some layer and repeat them on another layer.


The only way I can see at the moment is to use the ScriptingListener plugin.
A jsx script initiates recording, next script stop it, then read and analyze log, remove unnecessary parts and execute it as another jsx script.


Is there perhaps an easier way?
If it is possible to initiate Action recording from a script?
Maybe from UXP?

Thanks in advance.

1 reply

c.pfaffenbichler
Community Expert
Community Expert
March 16, 2025

What kind of activities exactly? 

What is the actual scenario? 

alex_6266Author
Participant
March 17, 2025

Well, the idea is that the activities should be any - adjustments, transformations, filters ets.
as if I had recorded an Action and then applied it to another layer.

I can do that, but repeating it many times is time consuming and I'd like to automate it. So the question was whether it is possible to somehow write the Action from the script - but apparently it is not...

Stephen Marsh
Community Expert
Community Expert
March 17, 2025

I believe that it's possible, but not practical from an automated perspective.

 

https://sourceforge.net/projects/ps-scripts/files/xtools/v2.3/