Skip to main content
Participant
March 21, 2025
Answered

Daisy chaining PS droplets and AI actions

  • March 21, 2025
  • 1 reply
  • 244 views

Hey All, I am trying to build a pipeline that uses a bunch of different action is PS and AI, ideally I want to just push a button and watch it go, any ideas?

Correct answer ExUSA

BridgeTalk in ExtendScript can send messages between Photoshop and Illustrator. You'd need to write the code but yes it is possible.

1 reply

jane-e
Community Expert
Community Expert
March 21, 2025

@Lost_at_Sea 

You can create a command in Action1 that will play Action2, then a command in Action 2 that plays Action 3, et cetera.

 

By AI, do you mean Adobe Illustrator actions? If so, they cannot be combined with Photoshop actions.

 

Jane

ExUSACorrect answer
Legend
March 21, 2025

BridgeTalk in ExtendScript can send messages between Photoshop and Illustrator. You'd need to write the code but yes it is possible.

Participant
March 21, 2025

This might be might what i am looking for. Thanks you!