mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-05 04:12:15 +02:00
[nodes] DepthMap: Fix float value
This commit is contained in:
parent
73e2189180
commit
e830bb44d0
1 changed files with 1 additions and 1 deletions
|
@ -298,7 +298,7 @@ Use a downscale factor of one (full-resolution) only if the quality of the input
|
||||||
name='refineSigma',
|
name='refineSigma',
|
||||||
label='Sigma',
|
label='Sigma',
|
||||||
description='Sigma Threshold.',
|
description='Sigma Threshold.',
|
||||||
value=15,
|
value=15.0,
|
||||||
range=(0.0, 30.0, 0.5),
|
range=(0.0, 30.0, 0.5),
|
||||||
uid=[0],
|
uid=[0],
|
||||||
advanced=True,
|
advanced=True,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue