Copy link to clipboard
Copied
Is it possible to query the status of the Quick Mask via script?
It needs first to be sure a document is opened:
This will disable the quickMask it is activated:
if (activeDocument.quickMaskMode) activeDocument.quickMaskMode = false;
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;
Copy link to clipboard
Copied
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.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now