[nodes] aliceVision: update param names to "folder"

This commit is contained in:
Fabien Castan 2017-11-10 19:32:08 +01:00
parent d190012d1d
commit aa0f985077
5 changed files with 20 additions and 20 deletions

View file

@ -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],
),