Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Run external Photoshop CC script

Participant ,
Jan 02, 2016 Jan 02, 2016

Can a custom Bridge CC script call an external photoshop script?

TOPICS
Scripting
898
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
Jan 04, 2016 Jan 04, 2016

Yes it can.

A) You must specify where you want to be triggered from Bridge:

- from the Tools > Photoshop menu

- from the right-click mouse button when over a file

- from a folder using the right-click button over a folder in the panel "Folders"

- create your custom panel in Bridge and also a button in it to trigger you code.

- use the "Content" panel to top bar or bottom bar to add a button to trigger your code.

B) Then the second part you need is to use BridgeTalk to communicate between apps (Bridge sending photoshop friendly code to photoshop)

C) The last part is the photoshop code it self (if it need to retrieve some vars from bridge, its a bit more complex, but can be done)

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Jan 11, 2016 Jan 11, 2016
LATEST

The custom Br script should run from the Tools menu.

I am trying to expand on an existing Bridge script which loads Bridge Stacks into a layered PSD file.

Once the layered PSD files is formed I would like to run either Photoshop actions or a Photoshop script from the Bridge script before saving the file.

Can a Bridge script handle this task?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines