mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-02 10:52:03 +02:00
[nodes] Use utilitary constants for most common ChoiceParams
This commit is contained in:
parent
b8d14fe6be
commit
0f6ad22d11
73 changed files with 195 additions and 109 deletions
|
@ -6,7 +6,7 @@ import os
|
|||
from collections import Counter
|
||||
|
||||
from meshroom.core import desc
|
||||
from meshroom.core.utils import COLORSPACES
|
||||
from meshroom.core.utils import COLORSPACES, VERBOSE_LEVEL
|
||||
|
||||
def findMetadata(d, keys, defaultValue):
|
||||
v = None
|
||||
|
@ -150,8 +150,8 @@ Calibrate LDR to HDR response curve from samples.
|
|||
name="verboseLevel",
|
||||
label="Verbose Level",
|
||||
description="Verbosity level (fatal, error, warning, info, debug, trace).",
|
||||
values=VERBOSE_LEVEL,
|
||||
value="info",
|
||||
values=["fatal", "error", "warning", "info", "debug", "trace"],
|
||||
exclusive=True,
|
||||
uid=[],
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue