[nodes] Meshing: Add addMaskHelperPoints option

This commit is contained in:
Grégoire De Lillo 2021-01-28 11:40:51 +01:00
parent 8d0cd74581
commit 6a39b1bb33

View file

@ -317,6 +317,14 @@ A Graph Cut Max-Flow is applied to optimally cut the volume. This cut represents
value=False,
uid=[0],
),
desc.BoolParam(
name='addMaskHelperPoints',
label='Add Mask Helper Points',
description='Add Helper points on the outline of the depth maps masks.',
value=False,
uid=[0],
advanced=True,
),
desc.BoolParam(
name='saveRawDensePointCloud',
label='Save Raw Dense Point Cloud',