Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/alicevision/meshroom.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'meshroom/nodes/aliceVision/MeshResampling.py')
-rw-r--r--meshroom/nodes/aliceVision/MeshResampling.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/meshroom/nodes/aliceVision/MeshResampling.py b/meshroom/nodes/aliceVision/MeshResampling.py
index d9a836cd..047d572b 100644
--- a/meshroom/nodes/aliceVision/MeshResampling.py
+++ b/meshroom/nodes/aliceVision/MeshResampling.py
@@ -82,7 +82,7 @@ This node allows to recompute the mesh surface with a new topology and uniform d
outputs = [
desc.File(
name="output",
- label="Output mesh",
+ label="Mesh",
description="Output mesh (OBJ file format).",
value=desc.Node.internalFolder + 'mesh.obj',
uid=[],