From 2aa0bb12d461d8a515d4c4cd792fb00c65a34c6f Mon Sep 17 00:00:00 2001 From: Thomas Zorroche Date: Tue, 10 Aug 2021 16:53:55 +0200 Subject: [PATCH] [nodes] add mesh file type option --- meshroom/nodes/aliceVision/Texturing.py | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/meshroom/nodes/aliceVision/Texturing.py b/meshroom/nodes/aliceVision/Texturing.py index 836347c3..ac7d1403 100644 --- a/meshroom/nodes/aliceVision/Texturing.py +++ b/meshroom/nodes/aliceVision/Texturing.py @@ -69,6 +69,15 @@ Many cameras are contributing to the low frequencies and only the best ones cont exclusive=True, uid=[0], ), + desc.ChoiceParam( + name='outputMeshFileType', + label='Mesh File Type', + description='File Type', + value='gltf2', + values=('obj', 'gltf2', 'fbx', 'stl'), + exclusive=True, + uid=[0], + ), desc.GroupAttribute(name="colorMap", label="Color Map", description="Color Map Parameters", enabled=lambda node: (node.imagesFolder.value != ''), group=None,