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",