diff --git a/meshroom/nodes/aliceVision/ColorCheckerCorrection.py b/meshroom/nodes/aliceVision/ColorCheckerCorrection.py index 89a15180..165a0152 100644 --- a/meshroom/nodes/aliceVision/ColorCheckerCorrection.py +++ b/meshroom/nodes/aliceVision/ColorCheckerCorrection.py @@ -34,8 +34,8 @@ TODO name='extension', label='Output File Extension', description='Output Image File Extension.', - value='', - values=['', 'exr', 'jpg', 'tiff'], + value='exr', + values=['exr', ''], exclusive=True, uid=[0], ),