Copy link to clipboard
Copied
My plugin EvalFocus.lrplugin ,
I select photos from catalog and launch plugin,
plugin process photos takes long time, so I do another task, develop for example.
when 'Undo" in develop module,
Expected results
Undo operation at develop module just before.
Acutal results
Lightroom looks Undo plugin operation. ( Undo (string specified withWriteAccessDo() ) appears on monitor)
but nothing undoable, plugin runs continue.
Is there way to fix plugin to tell lightroom "plugin cannot undoable" and Undo develop operations?
Lightoom 14.4 / macOS 15.6
@remov_b4_flight
Only catalog:withPrivateWriteAccessDo() are not part of the undo Stack
You could write the results of your "Evaluate Focus" plug-ins as custom metadata and by using a private access this they would not be undoable.
.
Copy link to clipboard
Copied
@remov_b4_flight
Only catalog:withPrivateWriteAccessDo() are not part of the undo Stack
You could write the results of your "Evaluate Focus" plug-ins as custom metadata and by using a private access this they would not be undoable.
.
Copy link to clipboard
Copied
Thank you.
I replaced partly withPrivateWriteAccessDo() and reduce effect of undo queue.
setRawMetadata() is called by evaluation results, It wasn't into withPrivateWriteAccessDo() gate.
Get ready! An upgraded Adobe Community experience is coming in January.
Learn more