[nodes] DepthMap: Fix typo

This commit is contained in:
Grégoire De Lillo 2023-01-10 16:20:59 +01:00
parent 06453228cb
commit 2e2627ac60

View file

@ -64,9 +64,9 @@ Use a downscale factor of one (full-resolution) only if the quality of the input
advanced=True, advanced=True,
), ),
desc.GroupAttribute( desc.GroupAttribute(
name="tilling", name="tiling",
label="Tilling Parameters", label="Tiling Parameters",
description='Tilling Parameters.', description='Tiling Parameters.',
group=None, group=None,
groupDesc=[ groupDesc=[
desc.IntParam( desc.IntParam(
@ -126,7 +126,7 @@ Use a downscale factor of one (full-resolution) only if the quality of the input
groupDesc=[ groupDesc=[
desc.IntParam( desc.IntParam(
name='sgmScale', name='sgmScale',
label='Downscale factor', label='Downscale Factor',
description='Downscale factor used to compute the similarity volume.', description='Downscale factor used to compute the similarity volume.',
value=2, value=2,
range=(-1, 10, 1), range=(-1, 10, 1),