mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-29 17:06:35 +02:00
[nodes] ImageProcessing: use advanced StringParams for metadataFolders
This commit is contained in:
parent
ea72cefa59
commit
fc55a64151
1 changed files with 2 additions and 1 deletions
|
@ -36,7 +36,7 @@ Convert or apply filtering to the input images.
|
|||
description='Use images from specific folder(s).',
|
||||
),
|
||||
desc.ListAttribute(
|
||||
elementDesc=desc.File(
|
||||
elementDesc=desc.StringParam(
|
||||
name="metadataFolder",
|
||||
label="Metadata Folder",
|
||||
description="",
|
||||
|
@ -46,6 +46,7 @@ Convert or apply filtering to the input images.
|
|||
name="metadataFolders",
|
||||
label="Metadata input Folders",
|
||||
description='Use images metadata from specific folder(s).',
|
||||
advanced=True,
|
||||
),
|
||||
desc.ChoiceParam(
|
||||
name='extension',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue