Skip to main content
wallaceh3639989
Known Participant
August 9, 2018
Question

Delete all hidden actions steps

  • August 9, 2018
  • 1 reply
  • 1086 views

I was working on some actions simultaneously with several instances that then I repeated for different options, like brush sizes, same style with different edits or some stops. Only one of the variants is active according to the action and the others are inactive. Now I want to optimize the actions deleting all the inactive steps, there are a lot. Is there any automation to delete all hidden actions steps at once and speed up the process?

This topic has been closed for replies.

1 reply

Participating Frequently
August 11, 2018

Bonjour

action atn file ?

Here we use scripts = jsx file !

Would I have misunderstood your question?

wallaceh3639989
Known Participant
August 11, 2018

Great, that's what I'm looking for: an external script to delete all hidden steps in a Photoshop action.

Kukurykus
Legend
August 11, 2018

Action Commands can't be toggled by a script, but maybe can be read to see their state. Deletion is possible. Question is how to check commands visibility. That may be not possible by workaround even, but I didn't try. Anyone's willing to try?