diff --git a/meshroom/nodes/aliceVision/Texturing.py b/meshroom/nodes/aliceVision/Texturing.py index 4bc94fcc..2066135e 100644 --- a/meshroom/nodes/aliceVision/Texturing.py +++ b/meshroom/nodes/aliceVision/Texturing.py @@ -99,6 +99,16 @@ class Texturing(desc.CommandLineNode): uid=[0], advanced=True, ), + desc.ChoiceParam( + name='processColorspace', + label='Process Colorspace', + description="Colorspace for the texturing internal computation (does not impact the output file colorspace).", + value='sRGB', + values=('sRGB', 'LAB', 'XYZ'), + exclusive=True, + uid=[0], + advanced=True, + ), desc.IntParam( name='multiBandDownscale', label='Multi Band Downscale',