P: SDK / Implement APIs to get the "Modified" and the "Active/Modified" panles
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
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.