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

How to catch duplicate layer event in photoshop?

Contributor ,
Jul 30, 2015 Jul 30, 2015

Hello All,

I have created an extension for photoshop CC 2014 and 2015. I need to catch the duplicate layer event in photoshop. How can I achieve it?

Thanks for any help..

TOPICS
Actions and scripting
512
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
Enthusiast ,
Jul 30, 2015 Jul 30, 2015

app.notifiersEnabled = true;

app.notifiers.add('Dplc', new File(app.path + "/Presets/Scripts/Event Scripts Only/Welcome.jsx" ),'Lyr ' );

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
Contributor ,
Jul 30, 2015 Jul 30, 2015

Thanks for the reply,

Is there any way I could set a callback function instead of file path?

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 ,
Jul 30, 2015 Jul 30, 2015
LATEST

Not that I know of, you would need to have the script talk to panel when it gets triggered.

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