mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-22 21:46:28 +02:00
[nodes] featureMatching
: remove fileExtension
option
This commit is contained in:
parent
00193addb1
commit
aa9733cd10
1 changed files with 0 additions and 9 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue