mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-25 20:47:39 +02:00
[nodes] Meshing: addLandmarksToTheDensePointCloud is false by default
To align with https://github.com/alicevision/AliceVision/pull/585
This commit is contained in:
parent
c27336c9be
commit
45fda5ea14
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,7 @@ class Meshing(desc.CommandLineNode):
|
||||||
name='addLandmarksToTheDensePointCloud',
|
name='addLandmarksToTheDensePointCloud',
|
||||||
label='Add Landmarks To The Dense Point Cloud',
|
label='Add Landmarks To The Dense Point Cloud',
|
||||||
description='Add SfM Landmarks to the dense point cloud.',
|
description='Add SfM Landmarks to the dense point cloud.',
|
||||||
value=True,
|
value=False,
|
||||||
uid=[0],
|
uid=[0],
|
||||||
advanced=True,
|
advanced=True,
|
||||||
),
|
),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue