[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], 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',