mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-27 21:47:28 +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],
|
uid=[0],
|
||||||
),
|
),
|
||||||
desc.BoolParam(
|
desc.BoolParam(
|
||||||
name='offsetRefBracketIndexEnabled',
|
name='offsetRefBracketIndexEnabled',
|
||||||
label='Enable Ref Bracket Manual Setting',
|
label='Manually Specify Ref Bracket',
|
||||||
description='Enable user selection of reference bracket index.',
|
description='Manually specify the reference bracket index to control the exposure of the HDR image.',
|
||||||
value=False,
|
value=False,
|
||||||
uid=[0],
|
uid=[0],
|
||||||
|
group='user', # not used directly on the command line
|
||||||
),
|
),
|
||||||
desc.IntParam(
|
desc.IntParam(
|
||||||
name='offsetRefBracketIndex',
|
name='offsetRefBracketIndex',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue