mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-18 03:26:30 +02:00
[nodes] verbose param should not invalidate
This commit is contained in:
parent
76fad411a4
commit
d42c44af07
5 changed files with 5 additions and 5 deletions
|
@ -84,5 +84,5 @@ class CameraInit(desc.CommandLineNode):
|
||||||
value='info',
|
value='info',
|
||||||
values=['fatal', 'error', 'warning', 'info', 'debug', 'trace'],
|
values=['fatal', 'error', 'warning', 'info', 'debug', 'trace'],
|
||||||
exclusive=True,
|
exclusive=True,
|
||||||
uid=[0],
|
uid=[],
|
||||||
)
|
)
|
|
@ -60,5 +60,5 @@ class FeatureExtraction(desc.CommandLineNode):
|
||||||
value='info',
|
value='info',
|
||||||
values=['fatal', 'error', 'warning', 'info', 'debug', 'trace'],
|
values=['fatal', 'error', 'warning', 'info', 'debug', 'trace'],
|
||||||
exclusive=True,
|
exclusive=True,
|
||||||
uid=[0],
|
uid=[],
|
||||||
)
|
)
|
|
@ -152,5 +152,5 @@ class FeatureMatching(desc.CommandLineNode):
|
||||||
value='info',
|
value='info',
|
||||||
values=['fatal', 'error', 'warning', 'info', 'debug', 'trace'],
|
values=['fatal', 'error', 'warning', 'info', 'debug', 'trace'],
|
||||||
exclusive=True,
|
exclusive=True,
|
||||||
uid=[0],
|
uid=[],
|
||||||
)
|
)
|
|
@ -68,5 +68,5 @@ class ImageMatching(desc.CommandLineNode):
|
||||||
value='info',
|
value='info',
|
||||||
values=['fatal', 'error', 'warning', 'info', 'debug', 'trace'],
|
values=['fatal', 'error', 'warning', 'info', 'debug', 'trace'],
|
||||||
exclusive=True,
|
exclusive=True,
|
||||||
uid=[0],
|
uid=[],
|
||||||
)
|
)
|
|
@ -95,5 +95,5 @@ class StructureFromMotion(desc.CommandLineNode):
|
||||||
value='info',
|
value='info',
|
||||||
values=['fatal', 'error', 'warning', 'info', 'debug', 'trace'],
|
values=['fatal', 'error', 'warning', 'info', 'debug', 'trace'],
|
||||||
exclusive=True,
|
exclusive=True,
|
||||||
uid=[0],
|
uid=[],
|
||||||
)
|
)
|
Loading…
Add table
Add a link
Reference in a new issue