mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-02 08:18:25 +02:00
Filters for exportMatches
This commit is contained in:
parent
616d7598a0
commit
6f254ebbb9
1 changed files with 12 additions and 0 deletions
|
@ -50,6 +50,18 @@ class ExportMatches(desc.AVCommandLineNode):
|
|||
label="Matches Folders",
|
||||
description="Folder(s) in which computed matches are stored.",
|
||||
),
|
||||
desc.File(
|
||||
name="filterA",
|
||||
label="filter A",
|
||||
description="One item of the pair must match this.",
|
||||
value="",
|
||||
),
|
||||
desc.File(
|
||||
name="filterB",
|
||||
label="filter B",
|
||||
description="One item of the pair must match this.",
|
||||
value="",
|
||||
),
|
||||
desc.ChoiceParam(
|
||||
name="verboseLevel",
|
||||
label="Verbose Level",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue