Skip to main content
C.Cella
Legend
November 24, 2024
Question

Limiting History step creation when using "photo:applyDevelopSettings"

  • November 24, 2024
  • 1 reply
  • 160 views

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.


.

This topic has been closed for replies.

1 reply

C.Cella
C.CellaAuthor
Legend
November 26, 2024

I tried with

LrDevelopController.setMultipleAdjustmentThreshold( seconds )

But it does not work.