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:
Pandagrapher
2020-05-03 13:48:05 +02:00
parent 9048380242
commit d0d79c7d59
10 changed files with 1052 additions and 607 deletions

View File

@@ -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
};