mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-04 20:01:58 +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",
|
label="Images input Folders",
|
||||||
description='Use images from specific folder(s).',
|
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(
|
desc.ChoiceParam(
|
||||||
name='extension',
|
name='extension',
|
||||||
label='Output File Extension',
|
label='Output File Extension',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue