mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-01 07:48:37 +02:00
[nodes] Lidar: Update labels and descriptions
This commit is contained in:
parent
f1dcaf442b
commit
78c78320f2
3 changed files with 18 additions and 18 deletions
|
@ -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=[],
|
||||
)
|
||||
),
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue