[nodes] SfMFilter: Add verbose level attribute

This commit is contained in:
Candice Bentéjac 2024-10-29 14:40:28 +01:00 committed by Fabien Castan
parent 1f441b7c92
commit d65b52a34f

View file

@ -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 = [