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

Quick Mask query

Engaged ,
Jun 18, 2018 Jun 18, 2018

Copy link to clipboard

Copied

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

TOPICS
Actions and scripting

Views

1.0K

Translate

Translate

Report

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;

Votes

Translate

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

Copy link to clipboard

Copied

It needs first to be sure a document is opened:

This will disable the quickMask it is activated:

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

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

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.

Votes

Translate

Translate

Report

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