diff --git a/meshroom/nodes/aliceVision/CameraInit.py b/meshroom/nodes/aliceVision/CameraInit.py index 76ce981d..db4134f0 100644 --- a/meshroom/nodes/aliceVision/CameraInit.py +++ b/meshroom/nodes/aliceVision/CameraInit.py @@ -208,7 +208,7 @@ The metadata needed are: name='rawColorInterpretation', label='RAW Color Interpretation', description='Allows you to choose how raw data are color processed.', - value='LibRawNoWhiteBalancing', + value='LibRawWhiteBalancing', values=['None', 'LibRawNoWhiteBalancing', 'LibRawWhiteBalancing', 'DCPLinearProcessing', 'DCPMetadata'], exclusive=True, uid=[0], diff --git a/meshroom/nodes/aliceVision/ImageProcessing.py b/meshroom/nodes/aliceVision/ImageProcessing.py index 29234877..8531b2b0 100644 --- a/meshroom/nodes/aliceVision/ImageProcessing.py +++ b/meshroom/nodes/aliceVision/ImageProcessing.py @@ -319,7 +319,7 @@ Convert or apply filtering to the input images. name='rawColorInterpretation', label='RAW Color Interpretation', description='Allows you to choose how raw data are color processed.', - value='LibRawNoWhiteBalancing', + value='LibRawWhiteBalancing', values=['None', 'LibRawNoWhiteBalancing', 'LibRawWhiteBalancing', 'DCPLinearProcessing', 'DCPMetadata', 'Auto'], exclusive=True, uid=[0],