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

Quick Mask query

Engaged ,
Jun 18, 2018 Jun 18, 2018

Is it possible to query the status of the Quick Mask via script?

TOPICS
Actions and scripting
1.1K
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

correct answers 1 Correct answer

Enthusiast , Jun 19, 2018 Jun 19, 2018

It needs first to be sure a document is opened:

This will disable the quickMask it is activated:

if (activeDocument.quickMaskMode) activeDocument.quickMaskMode = false;

Translate
Adobe
Enthusiast ,
Jun 19, 2018 Jun 19, 2018

It needs first to be sure a document is opened:

This will disable the quickMask it is activated:

if (activeDocument.quickMaskMode) activeDocument.quickMaskMode = false;

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
Engaged ,
Jun 19, 2018 Jun 19, 2018
LATEST

Thank you Pedro. I work with high with high volume of images. Any action to reduce the number of clicks saves time. This code line will save me 1000 clicks.

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