[nodes] Align FloatParams' and IntParams' ranges with their params' type

This commit is contained in:
Candice Bentéjac 2022-09-27 12:08:54 +02:00
parent 545f3a7218
commit e7290313bf
9 changed files with 29 additions and 29 deletions

View file

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