Changes to the LR 14.3 SDK
Changes to the LR 14.3 SDK compared to the LR 14.0 SDK:
Lightroom Classic SDK Programmers Guide -- Adobe Acrobat says there are no substantive changes.
API Reference
LrApplication
- shutdown()
Exits Lightroom.
LrSelection
- removeFromCatalog ()
Removes the selected photos from the catalog. It's more than a little strange this is not provided as a method photo:removeFromCatalog().
Undocumented Changes
My automated scripts found the following develop settings for photo:getDevelopSettings(), photo:applyDevelopSettings(), and LrDevelopController:
- AILook: For the Adaptive Color profile.
- CropConstrainAspectRatio: Not sure what this does; not to be confused with CropConstrainToWarp, which is tied to the check marks in the Crop Tool, Transform panel, and Lens Corrections panels.
- CropConstrainToUnitSquare: I don't know the meaning of this setting, though it causes a bug in the Crop tool when it's set to 1.
- FilterList: It appears to be a table that's alway empty.
