-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Description
Is your feature request related to a problem? Please describe.
I often would like to create a style that would add a new instance of a module, without modifying the existing instances of this same module.
A simple example to illustrate :
- let says that I have some instances of "exposure" applied on my raw (with different masks).
- I would like to create a style that would add a constant -1EV exposure on the whole scene, everytime I call it.
For the moment :
I create a new instance of "exposure -1EV", and try to record it as a style.
But next time I try to apply this style, darktable will modify an existing exposure module instance, and would not create a new "exposure" instance.
Describe the solution you'd like
Maybe in the edit-style window, close to the "keep", "reset" and 'update" columns, it would be nice to have a "new" column that, if selected, would create a new instance of the selected module ?
By default this column would not be selected, thus it would not change the existing behaviour of darktable styles.