Can I have a Photoshop action pause itself to wait for user input?
Can I have a Photoshop action pause itself to wait for user input?
Question
I am new to photoshop. I want the action to pause , then I want a user to be able to select his own path via a selection tool, and then the rest of the action should run. How is this achievable?
2014/05/20
Accepted Answer
You can do this by ticking the little button to the left of the item you'd like Photoshop to pause on.
---- EDIT -----
Another option to allow user interaction is inserting a stop action.
Select the item in the action that you would like to stop after.
Click the flyout menu in the Actions panel, and choose Insert Stop...
- Type a message, so the user knows what they're supposed to do.
Using the action
now when playing through the action it will stop where you told it to and you can do what ever you need, then you have to click the paly button again.
2014/05/20