add option to bypass HDR

This commit is contained in:
fabienservant 2019-12-11 09:48:17 +01:00
parent d21079e082
commit eeff5c2a68

View file

@ -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',