mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-30 14:58:37 +02:00
[nodes] Clean-up: Harmonize nodes' descriptions
This commit is contained in:
parent
e463f0dce2
commit
f2d6770651
25 changed files with 173 additions and 173 deletions
|
@ -19,10 +19,10 @@ class ConvertMesh(desc.AVCommandLineNode):
|
|||
),
|
||||
desc.ChoiceParam(
|
||||
name="outputMeshFileType",
|
||||
label="File Type",
|
||||
label="Output File Type",
|
||||
description="Output mesh format (*.obj, *.gltf, *.fbx, *.stl).",
|
||||
value="obj",
|
||||
values=("gltf", "obj", "fbx", "stl"),
|
||||
values=["gltf", "obj", "fbx", "stl"],
|
||||
exclusive=True,
|
||||
uid=[0],
|
||||
group="",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue