Photoshop script running out of sequence
I'm trying to script a deep etching script for photoshop. I've already got an action for it but I use it on many pictures at once and it's starting to affect my hands as an RSI.
I've coded in an ability to select using the object selection tool and it works really well but when I run doAction("Cut", "My Actions");
It runs doAction first and then runs the selection even though the selection is first in execution order. The action is dependent on the selection. Why is this happening?
