Skip to main content
C.Cella
Legend
June 5, 2026
Open for Voting

P: SDK / Implement APIs to get the "Modified" and the "Active/Modified" panles

  • June 5, 2026
  • 0 replies
  • 11 views

Currently, LrC detects “Modified” edits and displays the Eyeball icon on the relevant panels, marking them as “Active”.

We should have APIs that provide the same.

The API could be:

 

•For settings

photo:getDevelopSettingsModified() so a variation of getDevelopSettings() and LrDevelopController.getValuesModified() a variation of getValue()
These APIs would return a table of edits.

 

•For Panels
 I think  we could have something like LrDevelopController.getPanelsState() that would return a table of panels and their state, one of “deactivated”, “modified” (the eyeball) or “default”.


I post here to see if other plug-in authors would be interested in these API

 

@johnrellis ​@drtonyb 
What do you say?

EDIT
Title should have been:
SDK / Implement APIs to get the "Modified" settings and the "Active/Modified" panels.

I can’t edit it, sorry.