mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-23 05:56:36 +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,
|
value=False,
|
||||||
uid=[],
|
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(
|
desc.IntParam(
|
||||||
name='maxMatches',
|
name='maxMatches',
|
||||||
label='Max Matches',
|
label='Max Matches',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue