mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-03 03:11:56 +02:00
[nodes] ImageProcessing: add metadata input folder
This commit is contained in:
parent
165ba412e4
commit
0c69fcf6fa
1 changed files with 12 additions and 0 deletions
|
@ -35,6 +35,18 @@ Convert or apply filtering to the input images.
|
|||
label="Images input Folders",
|
||||
description='Use images from specific folder(s).',
|
||||
),
|
||||
desc.ListAttribute(
|
||||
elementDesc=desc.File(
|
||||
name="metadataFolder",
|
||||
label="Metadata Folder",
|
||||
description="",
|
||||
value="",
|
||||
uid=[0],
|
||||
),
|
||||
name="metadataFolders",
|
||||
label="Metadata input Folders",
|
||||
description='Use images metadata from specific folder(s).',
|
||||
),
|
||||
desc.ChoiceParam(
|
||||
name='extension',
|
||||
label='Output File Extension',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue