Skip to content

Commit

Permalink
Filters for exportMatches
Browse files Browse the repository at this point in the history
  • Loading branch information
servantftechnicolor committed Jan 14, 2025
1 parent 616d759 commit 6f254eb
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions meshroom/nodes/aliceVision/ExportMatches.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 6f254eb

Please sign in to comment.