Saving of Locallab tool parameters in .pp3 file

- Control spot panel parameters are now saved in .pp3 file
- Control spot curved are now visible when Locallab tool panel is
active, not visible otherwise

Limitations:
- Other Locallab tool parameters aren't saved in .pp3 file yet
- Locallab tools are temporary deactivated (time to end procparam
update)
This commit is contained in:
Pandagrapher
2018-07-26 19:20:33 +02:00
parent 74dd3a6a10
commit a31393adb1
21 changed files with 2913 additions and 2817 deletions

View File

@@ -521,6 +521,24 @@ enum ProcEventCode {
EvRGBEnabled = 491,
EvLEnabled = 492,
// EvPixelShiftOneGreen = 493, can be reused
EvLocallabSpotCreated = 494,
EvLocallabSpotDeleted = 495,
EvLocallabSpotSelected = 496,
EvLocallabSpotName = 497,
EvLocallabSpotVisibility = 498,
EvLocallabSpotShape = 499,
EvLocallabSpotSpotMethod = 500,
EvLocallabSpotShapeMethod = 501,
EvLocallabSpotLocX = 502,
EvLocallabSpotLocXL = 503,
EvLocallabSpotLocY = 504,
EvLocallabSpotLocYT = 505,
EvLocallabSpotCenter = 506,
EvLocallabSpotCircrad = 507,
EvLocallabSpotQualityMethod = 508,
EvLocallabSpotTransit = 509,
EvLocallabSpotThresh = 510,
EvLocallabSpotIter = 511,
NUMOFEVENTS