[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

@ -84,7 +84,7 @@ You can extract frames at regular interval by configuring only the min/maxFrameS
label="Frame Offset",
description="Frame offset.",
value=0,
range=(0, 100.0, 1.0),
range=(0, 100, 1),
uid=[0],
),
name="frameOffsets",