[nodes] Lidar: Update labels and descriptions

This commit is contained in:
Candice Bentéjac 2024-04-18 18:12:24 +02:00
parent f1dcaf442b
commit 78c78320f2
3 changed files with 18 additions and 18 deletions

View file

@ -11,7 +11,7 @@ class LidarMerging(desc.AVCommandLineNode):
category = 'Dense Reconstruction'
documentation = '''
This node merge meshes into one
This node merge several meshes into one.
'''
inputs = [
@ -36,9 +36,9 @@ class LidarMerging(desc.AVCommandLineNode):
outputs = [
desc.File(
name="output",
label="Mesh path output",
description="Output directory for mesh",
label="Mesh Path Output",
description="Output directory for mesh.",
value=desc.Node.internalFolder + "output.obj",
uid=[],
)
),
]