mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-29 10:17:27 +02:00
[nodes] SfMFilter: Add verbose level attribute
This commit is contained in:
parent
1f441b7c92
commit
d65b52a34f
1 changed files with 7 additions and 0 deletions
|
@ -32,6 +32,13 @@ This node allows select views from sfmData file using a regular expresion.
|
||||||
r'".*\/(.*?)_.*\.\w{3}"',
|
r'".*\/(.*?)_.*\.\w{3}"',
|
||||||
value=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 = [
|
outputs = [
|
||||||
|
|
Loading…
Add table
Reference in a new issue