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