diff --git a/meshroom/nodes/aliceVision/LDRToHDR.py b/meshroom/nodes/aliceVision/LDRToHDR.py index 1ccb4525..7bba4f2b 100644 --- a/meshroom/nodes/aliceVision/LDRToHDR.py +++ b/meshroom/nodes/aliceVision/LDRToHDR.py @@ -64,6 +64,13 @@ class LDRToHDR(desc.CommandLineNode): value=False, uid=[0], ), + desc.BoolParam( + name='byPass', + label='bypass convert', + description="Bypass HDR creation and use the medium bracket as the source for the next steps", + value=False, + uid=[0], + ), desc.ChoiceParam( name='calibrationMethod', label='Calibration Method',