From 368c7a81c1c47595355968c8f339d29a189984e6 Mon Sep 17 00:00:00 2001 From: Fabien Castan Date: Wed, 12 Aug 2020 16:25:07 +0200 Subject: [PATCH] [nodes] StructureFromMotion: change default value for filterTrackForks --- meshroom/nodes/aliceVision/StructureFromMotion.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshroom/nodes/aliceVision/StructureFromMotion.py b/meshroom/nodes/aliceVision/StructureFromMotion.py index 685aa945..7fa6c194 100644 --- a/meshroom/nodes/aliceVision/StructureFromMotion.py +++ b/meshroom/nodes/aliceVision/StructureFromMotion.py @@ -283,7 +283,7 @@ It iterates like that, adding cameras and triangulating new 2D features into 3D label='Filter Track Forks', description='Enable/Disable the track forks removal. A track contains a fork when incoherent matches \n' 'lead to multiple features in the same image for a single track. \n', - value=True, + value=False, uid=[0], ), desc.File(