mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-06 10:18:42 +02:00
add option to bypass HDR
This commit is contained in:
parent
d21079e082
commit
eeff5c2a68
1 changed files with 7 additions and 0 deletions
|
@ -64,6 +64,13 @@ class LDRToHDR(desc.CommandLineNode):
|
||||||
value=False,
|
value=False,
|
||||||
uid=[0],
|
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(
|
desc.ChoiceParam(
|
||||||
name='calibrationMethod',
|
name='calibrationMethod',
|
||||||
label='Calibration Method',
|
label='Calibration Method',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue