From 839d8c5fb6a44688cd98d795db2baba6a1b88a55 Mon Sep 17 00:00:00 2001 From: Yann Lanthony Date: Fri, 2 Feb 2018 17:50:56 +0100 Subject: [PATCH] [nodes] fix savePutativeMatch default value --- meshroom/nodes/aliceVision/FeatureMatching.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshroom/nodes/aliceVision/FeatureMatching.py b/meshroom/nodes/aliceVision/FeatureMatching.py index e02477de..6f9f4e24 100644 --- a/meshroom/nodes/aliceVision/FeatureMatching.py +++ b/meshroom/nodes/aliceVision/FeatureMatching.py @@ -73,7 +73,7 @@ class FeatureMatching(desc.CommandLineNode): name='savePutativeMatches', label='Save Putative Matches', description='''putative matches.''', - value='', + value=False, uid=[0], ), desc.BoolParam(