po/fix auto presets - code refactoring.#20058
Conversation
881f732 to
e8fa7bd
Compare
|
e8fa7bd to
83980b2
Compare
|
@jenshannoschwalm : Thanks for the review. For 2, don't know... I've followed a bit the discussion and it seems to me that is is possible due to some driver (USB? something else...?). Kind of strange... Also the issue could be related to the splash screen as it seems to be causing troubles for some users. On my side I have tried dt without splash screen and did not have reproduce the lock. My current thinking is that this could be more generic than just Windows even if it reproduce lot more on Windows. |
|
@TurboGit there seems to be something badly wrong with this. Former auto applied preset are changed, not applied any longer. files with .dng (small letters) don't get auto-presets applied any longer ??? color calibration should be auto enabled for scene referred workflows. Or did i mess up my database on some other thing |
|
Ref #20065 |
Most of my auto-preset are not being applied. Color calibration does get applied. Tested with cr3, cr2 and ORF. |
|
Hmm, this is somewhat fishy. Last compile everything seemed to work, now my auto appled presets are working but agx does not (default workflow), sigmoid works |
|
@jenshannoschwalm @gi-man : See #20076. The preset was using FOR_HDR and this is wrong as it won't apply to non HDR pictures. All this was broken before, so this was unnoticed until now. |
Use new dt_presets_get_filter routine. Ensure that the RAW/LDR is
a proper AND with the other filter items (HDR, Color, Monochrome).
Closes #20047.