mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-23 22:16:30 +02:00
[nodes] fix savePutativeMatch default value
This commit is contained in:
parent
0354c3dc9b
commit
839d8c5fb6
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ class FeatureMatching(desc.CommandLineNode):
|
||||||
name='savePutativeMatches',
|
name='savePutativeMatches',
|
||||||
label='Save Putative Matches',
|
label='Save Putative Matches',
|
||||||
description='''putative matches.''',
|
description='''putative matches.''',
|
||||||
value='',
|
value=False,
|
||||||
uid=[0],
|
uid=[0],
|
||||||
),
|
),
|
||||||
desc.BoolParam(
|
desc.BoolParam(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue