Re-enable Soft light in preview (fixes #5844)
Regression fix from e573de78b4
where the Soft light module was wrongly incorporated into the Wavelet conditional block.
This commit is contained in:
@@ -1278,7 +1278,7 @@ void Crop::update(int todo)
|
|||||||
WaveParams.expnoise = false;
|
WaveParams.expnoise = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
parent->ipf.softLight(labnCrop, params.softlight);
|
|
||||||
|
|
||||||
// parent->ipf.ip_wavelet(labnCrop, labnCrop, kall, WaveParams, wavCLVCurve, wavblcurve, waOpacityCurveRG, waOpacityCurveBY, waOpacityCurveW, waOpacityCurveWL, parent->wavclCurve, skip);
|
// parent->ipf.ip_wavelet(labnCrop, labnCrop, kall, WaveParams, wavCLVCurve, wavblcurve, waOpacityCurveRG, waOpacityCurveBY, waOpacityCurveW, waOpacityCurveWL, parent->wavclCurve, skip);
|
||||||
|
|
||||||
@@ -1407,6 +1407,8 @@ void Crop::update(int todo)
|
|||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
parent->ipf.softLight(labnCrop, params.softlight);
|
||||||
|
|
||||||
if (params.colorappearance.enabled) {
|
if (params.colorappearance.enabled) {
|
||||||
float fnum = parent->imgsrc->getMetaData()->getFNumber(); // F number
|
float fnum = parent->imgsrc->getMetaData()->getFNumber(); // F number
|
||||||
|
Reference in New Issue
Block a user