[nodes] verbose param on more Mesh processing nodes

This commit is contained in:
Fabien Castan 2018-03-22 17:34:38 +01:00
parent 7814101a77
commit c700d4c071
4 changed files with 36 additions and 0 deletions

View file

@ -62,6 +62,15 @@ class MeshResampling(desc.CommandLineNode):
value=False,
uid=[0],
),
desc.ChoiceParam(
name='verboseLevel',
label='Verbose Level',
description='''verbosity level (fatal, error, warning, info, debug, trace).''',
value='info',
values=['fatal', 'error', 'warning', 'info', 'debug', 'trace'],
exclusive=True,
uid=[],
),
]
outputs = [