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

Limiting History step creation when using "photo:applyDevelopSettings"

  • November 24, 2024
  • 1 reply
  • 167 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 is closed to new replies. Start a new post to keep the conversation going.

1 reply

C.Cella
C.CellaAuthor
Legend
November 26, 2024

I tried with

LrDevelopController.setMultipleAdjustmentThreshold( seconds )

But it does not work.