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

P:(Masking) Locate images in my catalog needing to recompute masks

Explorer ,
Nov 24, 2021 Nov 24, 2021

Copy link to clipboard

Copied

Issue

We need a rapid way to find images that have AI mask errors. These errors happen when copying/pasting or synchronizing an AI mask across multiple images.  The error is hidden and must be discovered by opening each image, opening masks, and looking through the list of applied masks, and selecting an AI mask to see the error. There is no current way I can find to locate images with errors.

gadgetgeek2000_0-1637775012159.png

 

Proposed solution

  1. Add a "Masks with error" filter to the filters in the Library module.
  2. Add an overlay icon or text panel indicator to photos with mask error conditions.

gadgetgeek2000_1-1637775345558.png

 

 

Idea No status
TOPICS
macOS , Windows

Views

737

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
9 Comments
LEGEND ,
Nov 05, 2021 Nov 05, 2021

Copy link to clipboard

Copied

I've already had a number of requests for Any Filter to search for photos with Select Sky / Subject masks that need updating. I'll be releasing a new version soon to let you search all the attributes of the new masks, but meanwhile, here's how to create a filter that will find all photos that need updating:

 

1. In Any Filter > Search, click New, and in the Edit window:

johnrellis_1-1636156860968.png

 

2. Change "Name" to "Mask needs updating".

 

3. Select the Library > Code criterion.

 

4. Clear the "fields" box.

 

5. In the "code" box, copy/paste these lines:

(function ()
    for _, group in ipairs (photo:getDevelopSettings ().MaskGroupBasedCorrections or {}) do
        for _, mask in ipairs (group.CorrectionMasks) do
            if mask.What == "Mask/Image" and not mask.MaskDigest then return true end
            end
        end
    return false
    end)()

5. Click OK. 

 

Now you can apply the "Mask needs updating"

Votes

Translate

Translate

Report

Report
LEGEND ,
Nov 05, 2021 Nov 05, 2021

Copy link to clipboard

Copied

Thanks @johnrellis 

Works GREAT and very much needed.

Votes

Translate

Translate

Report

Report
Community Expert ,
Nov 05, 2021 Nov 05, 2021

Copy link to clipboard

Copied

Thanks John! 

Sean McCormack. Author of 'Essential Development 3'. Magazine Writer. Former Official Fuji X-Photographer.

Votes

Translate

Translate

Report

Report
Explorer ,
Nov 24, 2021 Nov 24, 2021

Copy link to clipboard

Copied

This idea came from user Nessak posted on one of my other ideas. Thank you! Great idea.

Votes

Translate

Translate

Report

Report
Explorer ,
Nov 24, 2021 Nov 24, 2021

Copy link to clipboard

Copied

I forgot to add it, but a right click on the image should also have "Recompute masks" option.

gadgetgeek2000_0-1637776158701.png

 

Votes

Translate

Translate

Report

Report
LEGEND ,
Nov 24, 2021 Nov 24, 2021

Copy link to clipboard

Copied

While waiting for Adobe to implement this idea, you can use the Any Filter plugin to find photos with Select Subject/Sky masks needing updating:

https://community.adobe.com/t5/lightroom-classic-discussions/finding-photos-with-select-subject-sky-...

Votes

Translate

Translate

Report

Report
LEGEND ,
Nov 24, 2021 Nov 24, 2021

Copy link to clipboard

Copied

Votes

Translate

Translate

Report

Report
LEGEND ,
Nov 27, 2021 Nov 27, 2021

Copy link to clipboard

Copied

I released Any Filter 1.45 with full support for masking, and you can search for masks needing updating more easily using the built-in filter Sky/Subject mask needs updating:

 

johnrellis_0-1638039267731.png

 

Votes

Translate

Translate

Report

Report
Explorer ,
Feb 23, 2022 Feb 23, 2022

Copy link to clipboard

Copied

LATEST

Great idea!

Votes

Translate

Translate

Report

Report