From 61bc59928dcb631a56a74eba624e40d528ba218f Mon Sep 17 00:00:00 2001 From: Fabien Castan Date: Mon, 6 Sep 2021 12:05:52 +0200 Subject: [PATCH] [nodes] Mesh*: use file extension to choose the file format --- meshroom/nodes/aliceVision/MeshFiltering.py | 1 + meshroom/nodes/aliceVision/MeshMasking.py | 1 + meshroom/nodes/aliceVision/Meshing.py | 1 + 3 files changed, 3 insertions(+) diff --git a/meshroom/nodes/aliceVision/MeshFiltering.py b/meshroom/nodes/aliceVision/MeshFiltering.py index a8e9ce96..6c65bda0 100644 --- a/meshroom/nodes/aliceVision/MeshFiltering.py +++ b/meshroom/nodes/aliceVision/MeshFiltering.py @@ -27,6 +27,7 @@ This node applies a Laplacian filtering to remove local defects from the raw Mes values=('gltf', 'obj', 'fbx', 'stl'), exclusive=True, uid=[0], + group='', ), desc.BoolParam( name='keepLargestMeshOnly', diff --git a/meshroom/nodes/aliceVision/MeshMasking.py b/meshroom/nodes/aliceVision/MeshMasking.py index 0024d724..9188072b 100644 --- a/meshroom/nodes/aliceVision/MeshMasking.py +++ b/meshroom/nodes/aliceVision/MeshMasking.py @@ -33,6 +33,7 @@ Decimate triangles based on image masks. values=('obj', 'gltf', 'fbx', 'stl'), exclusive=True, uid=[0], + group='', ), desc.ListAttribute( elementDesc=desc.File( diff --git a/meshroom/nodes/aliceVision/Meshing.py b/meshroom/nodes/aliceVision/Meshing.py index 222f48d9..c1a085ed 100644 --- a/meshroom/nodes/aliceVision/Meshing.py +++ b/meshroom/nodes/aliceVision/Meshing.py @@ -44,6 +44,7 @@ A Graph Cut Max-Flow is applied to optimally cut the volume. This cut represents values=('gltf', 'obj', 'fbx', 'stl'), exclusive=True, uid=[0], + group='', ), desc.BoolParam( name='useBoundingBox',