diff --git a/meshroom/nodes/aliceVision/Meshing.py b/meshroom/nodes/aliceVision/Meshing.py index 7f94f8b0..b2970e62 100644 --- a/meshroom/nodes/aliceVision/Meshing.py +++ b/meshroom/nodes/aliceVision/Meshing.py @@ -342,6 +342,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',