From f771dda9f31b74858ebce7964dcad0bf0c9b01d5 Mon Sep 17 00:00:00 2001 From: Fabien Castan Date: Thu, 2 Sep 2021 22:43:30 +0200 Subject: [PATCH] [nodes] ConvertMesh: output file type is no more a command line argument --- meshroom/nodes/aliceVision/ConvertMesh.py | 1 + 1 file changed, 1 insertion(+) diff --git a/meshroom/nodes/aliceVision/ConvertMesh.py b/meshroom/nodes/aliceVision/ConvertMesh.py index 2f039006..55dac2dc 100644 --- a/meshroom/nodes/aliceVision/ConvertMesh.py +++ b/meshroom/nodes/aliceVision/ConvertMesh.py @@ -25,6 +25,7 @@ class ConvertMesh(desc.CommandLineNode): values=('gltf', 'obj', 'fbx', 'stl'), exclusive=True, uid=[0], + group='', ), desc.ChoiceParam( name='verboseLevel',