From d65b52a34fe56cf829743cfb8b7c5098f46d02a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Candice=20Bent=C3=A9jac?= Date: Tue, 29 Oct 2024 14:40:28 +0100 Subject: [PATCH] [nodes] SfMFilter: Add verbose level attribute --- meshroom/nodes/aliceVision/SfMFilter.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/meshroom/nodes/aliceVision/SfMFilter.py b/meshroom/nodes/aliceVision/SfMFilter.py index 2cbe1174..78978fd3 100644 --- a/meshroom/nodes/aliceVision/SfMFilter.py +++ b/meshroom/nodes/aliceVision/SfMFilter.py @@ -32,6 +32,13 @@ This node allows select views from sfmData file using a regular expresion. r'".*\/(.*?)_.*\.\w{3}"', value=r'.*\/(.*?)\.\w{3}', ), + desc.ChoiceParam( + name="verboseLevel", + label="Verbose Level", + description="Verbosity level (fatal, error, warning, info, debug, trace).", + values=VERBOSE_LEVEL, + value="info", + ), ] outputs = [