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

Checking if a third party plugin is available

Community Beginner ,
Oct 28, 2009 Oct 28, 2009

Hi,

How do you check in a JS script if a certain third party filter plugin is available in Photoshop CS4? Is there a way to get a list of the names of all available filter plugins in Photoshop?

I looked through all available documentation, but did not find a solution.

Thanks for your help.

Harald

TOPICS
Actions and scripting
708
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
Adobe
Guru ,
Oct 28, 2009 Oct 28, 2009

app.systemInformation is a string of information about Photoshop. It has a section named 'Installed plug-ins:' that list both Adobe and 3rd party plug-ins.

You can parse that string to see if the plug-in you need is in that list.

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
Community Beginner ,
Oct 28, 2009 Oct 28, 2009
LATEST

Thanks a lot for the helpful reply!

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