[nodes] DepthMap: Change P2 default value to 100

This commit is contained in:
Grégoire De Lillo 2021-11-15 17:10:45 +01:00
parent 0aa173c982
commit 2b658c1c16

View file

@ -144,7 +144,7 @@ Use a downscale factor of one (full-resolution) only if the quality of the input
name='sgmP2',
label='SGM: P2',
description='Semi Global Matching: P2 weight.',
value=20.0,
value=100.0,
range=(-255.0, 255.0, 0.5),
uid=[0],
advanced=True,