mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-30 17:36:33 +02:00
[nodes] LdrToHdrMerge: update description and remove from command line
This commit is contained in:
parent
982e79cc0f
commit
c610671313
1 changed files with 6 additions and 5 deletions
|
@ -66,11 +66,12 @@ class LdrToHdrMerge(desc.AVCommandLineNode):
|
|||
uid=[0],
|
||||
),
|
||||
desc.BoolParam(
|
||||
name='offsetRefBracketIndexEnabled',
|
||||
label='Enable Ref Bracket Manual Setting',
|
||||
description='Enable user selection of reference bracket index.',
|
||||
value=False,
|
||||
uid=[0],
|
||||
name='offsetRefBracketIndexEnabled',
|
||||
label='Manually Specify Ref Bracket',
|
||||
description='Manually specify the reference bracket index to control the exposure of the HDR image.',
|
||||
value=False,
|
||||
uid=[0],
|
||||
group='user', # not used directly on the command line
|
||||
),
|
||||
desc.IntParam(
|
||||
name='offsetRefBracketIndex',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue