| Photoshop script to redo last step X times I just ran across a situation in Photoshop where I needed to redo a step 20-40 times, and I thought it would be handy to have a dialog that popped up to let you redo the last step X number of times.
I wonder how this would be approached. It would be tricky to have a method usable for any procedure. Perhaps taking a snapshot, undoing the step, restoring the snapshot, redoing the step?
That probably wouldn't work.
How would you approach this in a scriptable (or actionable) method? |