From 9ab04620d550a8aad9cdce35a05ba3ea641b3a0b Mon Sep 17 00:00:00 2001 From: demoulinv Date: Mon, 6 Mar 2023 07:36:56 +0100 Subject: [PATCH] [PanoramaPostProcessing node] Remove 'auto' and 'no_conversion' choices for output color space option. --- meshroom/nodes/aliceVision/PanoramaPostProcessing.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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], ),