mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-03 03:11:56 +02:00
[nodes] HDR Fusion: Harmonize ranges for nbBrackets
and userNbBrackets
This commit is contained in:
parent
fdd9d088c5
commit
8b48bb6891
3 changed files with 3 additions and 3 deletions
|
@ -70,7 +70,7 @@ Calibrate LDR to HDR response curve from samples.
|
|||
"It is detected automatically from input Viewpoints metadata if 'userNbBrackets' is 0,\n"
|
||||
"else it is equal to 'userNbBrackets'.",
|
||||
value=0,
|
||||
range=(0, 10, 1),
|
||||
range=(0, 15, 1),
|
||||
uid=[0],
|
||||
group="bracketsParams"
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue