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,