better (local) caching of fattal results in dcrop
Use new M_HDR todo code instead of using M_RGBCURVE for fattal (ported from Hombre's commit a9d02a7dca0b5dcd31f642046d94e1663b17c9ff)
This commit is contained in:
@@ -514,9 +514,9 @@ int refreshmap[rtengine::NUMOFEVENTS] = {
|
||||
DARKFRAME, // EvLensCorrMode
|
||||
DARKFRAME, // EvLensCorrLensfunCamera
|
||||
DARKFRAME, // EvLensCorrLensfunLens
|
||||
RGBCURVE, // EvTMFattalEnabled
|
||||
RGBCURVE, // EvTMFattalThreshold
|
||||
RGBCURVE // EvTMFattalAmount
|
||||
ALLNORAW, // EvTMFattalEnabled
|
||||
HDR, // EvTMFattalThreshold
|
||||
HDR // EvTMFattalAmount
|
||||
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user