[nodes] LdrToHdrMerge: update description and remove from command line

This commit is contained in:
Fabien Castan 2022-12-15 20:37:28 +01:00 committed by demoulinv
parent 982e79cc0f
commit c610671313

View file

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