mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-03 08:48:40 +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,
|
||||
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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue