Locallab cleanup #1
Cleanup of Locallab and ControlSpotPanel Removed also useless LocalListener, useless Locallab options The following improvments have been introduced: - All Locallab events are now managed with regular RT logics The following bugs have been corrected: - Missing "sensiexclu", "struc" (hidden) and "noisechrodetail" (hidden) adjusters have been reintroduced - GUI problems reported by @ganned92 have been corrected - Tone curve could have some weird behavior when mouse was moving a curve point outside curve editor
This commit is contained in:
@@ -465,6 +465,8 @@ public:
|
||||
bool isvisible;
|
||||
bool shape;
|
||||
bool spotMethod;
|
||||
bool sensiexclu;
|
||||
bool struc;
|
||||
bool shapeMethod;
|
||||
bool locX;
|
||||
bool locXL;
|
||||
@@ -557,9 +559,11 @@ public:
|
||||
bool noiselequal;
|
||||
bool noisechrof;
|
||||
bool noisechroc;
|
||||
bool noisechrodetail;
|
||||
bool adjblur;
|
||||
bool bilateral;
|
||||
bool sensiden;
|
||||
// Others
|
||||
bool avoid;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user