[nodes] ConvertMesh: output file type is no more a command line argument

This commit is contained in:
Fabien Castan 2021-09-02 22:43:30 +02:00
parent dcb984bfcc
commit f771dda9f3

View file

@ -25,6 +25,7 @@ class ConvertMesh(desc.CommandLineNode):
values=('gltf', 'obj', 'fbx', 'stl'), values=('gltf', 'obj', 'fbx', 'stl'),
exclusive=True, exclusive=True,
uid=[0], uid=[0],
group='',
), ),
desc.ChoiceParam( desc.ChoiceParam(
name='verboseLevel', name='verboseLevel',