mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-02 00:08:29 +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
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue