mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-03 03:11:56 +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',
|
||||
label='Sigma',
|
||||
description='Sigma Threshold.',
|
||||
value=15,
|
||||
value=15.0,
|
||||
range=(0.0, 30.0, 0.5),
|
||||
uid=[0],
|
||||
advanced=True,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue