[nodes] Clean-up: Harmonize nodes' descriptions

This commit is contained in:
Candice Bentéjac 2023-10-17 15:43:34 +02:00
parent e463f0dce2
commit f2d6770651
25 changed files with 173 additions and 173 deletions

View file

@ -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="",