Checking if a photo has adjustments
Hi,
I am developing an export filter and I'm looking for a way to determine if an LRPhoto has any adjustments applied (i.e. if the "Photo has Develop adjustments" icon is displayed).
Since I couldn't find anything in the API, I am now using LRPhoto:getDevelopSettings() and check if some common settings are different from their default.
Of course, this is quite fragile, so I'd like to know if there is a better way to do that.
