[nodes] Meshing: addLandmarksToTheDensePointCloud is false by default

To align with https://github.com/alicevision/AliceVision/pull/585
This commit is contained in:
Fabien Castan 2019-01-22 19:40:01 +01:00
parent c27336c9be
commit 45fda5ea14

View file

@ -205,7 +205,7 @@ class Meshing(desc.CommandLineNode):
name='addLandmarksToTheDensePointCloud',
label='Add Landmarks To The Dense Point Cloud',
description='Add SfM Landmarks to the dense point cloud.',
value=True,
value=False,
uid=[0],
advanced=True,
),