Problem with photo:applyDevelopSettings()
I have a problem with the API photo:applyDevelopSettings()
For reason beyond my understanding photo:applyDevelopSettings() dos not work for all the settings I write
local catalog = import "LrApplication".activeCatalog ()
local photo = catalog:getTargetPhoto ()
import "LrTasks".startAsyncTask (function ()
catalog:withWriteAccessDo ("Test Settings", function ()
photo:applyDevelopSettings { HDREditMode = 1}
end)
end)
If I write instead any another setting or add after HDREditMode nothing works
I am totally lost here.
