Improve complexity mode management for Locallab tools
Changes: - For each Locallab tool, a complexity mode can now be chosen (by defaut, "Expert") to reduce or not the number of tool parameters. Fixed issues: - Some tool parameters had their values forced to a default one in "Normal" mode whereas it shouldn't.
This commit is contained in:
@@ -938,14 +938,16 @@ int refreshmap[rtengine::NUMOFEVENTS] = {
|
||||
LUMINANCECURVE, // Evlocallabwaveshow
|
||||
LUMINANCECURVE, // EvLocallabSpotwavMethod
|
||||
LUMINANCECURVE, // EvlocallabchroMethod
|
||||
LUMINANCECURVE, // Evlocallabstrbl
|
||||
LUMINANCECURVE, // Evlocallabstrbl
|
||||
LUMINANCECURVE, // Evlocallabsigmadr
|
||||
LUMINANCECURVE, // Evlocallabsigmabl
|
||||
LUMINANCECURVE, // Evlocallabsigmaed
|
||||
LUMINANCECURVE, // Evlocallabresidsha
|
||||
LUMINANCECURVE, // Evlocallabresidshathr
|
||||
LUMINANCECURVE, // Evlocallabresidhi
|
||||
LUMINANCECURVE // Evlocallabresidhithr
|
||||
LUMINANCECURVE, // Evlocallabresidhithr
|
||||
LUMINANCECURVE, // EvlocallabcomplexityWithRefresh
|
||||
M_VOID // EvlocallabcomplexityWithoutRefresh
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user