[nodes] DepthMap: fix labels of the 2 "step" params

This commit is contained in:
Fabien Castan 2019-10-01 16:08:03 +02:00
parent f9c6082cc5
commit 3ab83ec710

View file

@ -62,7 +62,7 @@ class DepthMap(desc.CommandLineNode):
),
desc.IntParam(
name='sgmStepXY',
label='SGM: Step',
label='SGM: Step XY',
description='Semi Global Matching: Step used to compute the similarity volume on X and Y axis.',
value=-1,
range=(-1, 10, 1),
@ -70,7 +70,7 @@ class DepthMap(desc.CommandLineNode):
),
desc.IntParam(
name='sgmStepZ',
label='SGM: Step',
label='SGM: Step Z',
description='Semi Global Matching: Step used to compute the similarity volume on Z axis.',
value=-1,
range=(-1, 10, 1),