From 6f254ebbb94ee5dff097ba887cadbe1ddd6660dd Mon Sep 17 00:00:00 2001 From: Fabien Servant Date: Tue, 14 Jan 2025 11:18:14 +0100 Subject: [PATCH] Filters for exportMatches --- meshroom/nodes/aliceVision/ExportMatches.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/meshroom/nodes/aliceVision/ExportMatches.py b/meshroom/nodes/aliceVision/ExportMatches.py index 7e1b7d93d6..5692a18c77 100644 --- a/meshroom/nodes/aliceVision/ExportMatches.py +++ b/meshroom/nodes/aliceVision/ExportMatches.py @@ -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",