Copy link to clipboard
Copied
I have created a plug-in to modify Radial Gradient in real time ( the advantage is I don't need to use the overlay)
I use photo:applyDevelopSettings
Alas this creates many history steps.
How is it possible to stop too many steps from being created when using photo:applyDevelopSettings ?
p.s.
I am not using a slider to modify the mask.
.
Copy link to clipboard
Copied
I tried with
LrDevelopController.setMultipleAdjustmentThreshold( seconds )
But it does not work.