mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-30 14:58:37 +02:00
[nodes] aliceVision: update param names to "folder"
This commit is contained in:
parent
d190012d1d
commit
aa0f985077
5 changed files with 20 additions and 20 deletions
|
@ -16,9 +16,9 @@ class ImageMatching(desc.CommandLineNode):
|
|||
uid=[0],
|
||||
),
|
||||
desc.File(
|
||||
name='featuresDirectory',
|
||||
label='Features Directory',
|
||||
description='''Directory containing the extracted features and descriptors. By default, it is the directory containing the SfMData.''',
|
||||
name='featuresFolder',
|
||||
label='Features Folder',
|
||||
description='''Folder containing the extracted features and descriptors. By default, it is the folder containing the SfMData.''',
|
||||
value='',
|
||||
uid=[0],
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue