mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-03 03:11:56 +02:00
[nodes] Align FloatParams' and IntParams' ranges with their params' type
This commit is contained in:
parent
545f3a7218
commit
e7290313bf
9 changed files with 29 additions and 29 deletions
|
@ -59,7 +59,7 @@ Use a downscale factor of one (full-resolution) only if the quality of the input
|
|||
label='Max View Angle',
|
||||
description='Maximum angle between two views.',
|
||||
value=70.0,
|
||||
range=(10.0, 120.0, 1),
|
||||
range=(10.0, 120.0, 1.0),
|
||||
uid=[0],
|
||||
advanced=True,
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue