From aa9733cd10c4b9360c9f6f4c80cd203efe334c56 Mon Sep 17 00:00:00 2001 From: Gregoire De Lillo Date: Tue, 6 Feb 2018 17:24:05 +0100 Subject: [PATCH] [nodes] `featureMatching` : remove `fileExtension` option --- meshroom/nodes/aliceVision/FeatureMatching.py | 9 --------- 1 file changed, 9 deletions(-) diff --git a/meshroom/nodes/aliceVision/FeatureMatching.py b/meshroom/nodes/aliceVision/FeatureMatching.py index e02477de..94f0e755 100644 --- a/meshroom/nodes/aliceVision/FeatureMatching.py +++ b/meshroom/nodes/aliceVision/FeatureMatching.py @@ -106,15 +106,6 @@ class FeatureMatching(desc.CommandLineNode): value=False, uid=[], ), - desc.ChoiceParam( - name='fileExtension', - label='File Extension', - description='''File extension to store matches (bin or txt).''', - value='txt', - values=('txt', 'bin'), - exclusive=True, - uid=[], - ), desc.IntParam( name='maxMatches', label='Max Matches',