diff --git a/meshroom/nodes/aliceVision/PanoramaPostProcessing.py b/meshroom/nodes/aliceVision/PanoramaPostProcessing.py index 0f68af1b..71e23b28 100644 --- a/meshroom/nodes/aliceVision/PanoramaPostProcessing.py +++ b/meshroom/nodes/aliceVision/PanoramaPostProcessing.py @@ -35,8 +35,8 @@ Post process the panorama. name='outputColorSpace', label='Output Color Space', description='Allows you to choose the color space of the output image.', - value='AUTO', - values=['AUTO', 'sRGB', 'Linear', 'ACES2065-1', 'ACEScg', 'no_conversion'], + value='Linear', + values=['sRGB', 'Linear', 'ACES2065-1', 'ACEScg'], exclusive=True, uid=[0], ),