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',