[nodes] Remove invalidate=True from descriptions

This commit is contained in:
Candice Bentéjac 2024-09-06 17:30:22 +02:00
parent 07b65499ce
commit 41a1b47c43
81 changed files with 8 additions and 1076 deletions

View file

@ -20,7 +20,6 @@ class LidarMerging(desc.AVCommandLineNode):
label="Input JSON",
description="Input JSON file with description of inputs.",
value="",
invalidate=True,
),
desc.ChoiceParam(
name="verboseLevel",
@ -29,7 +28,6 @@ class LidarMerging(desc.AVCommandLineNode):
values=VERBOSE_LEVEL,
value="info",
exclusive=True,
invalidate=False,
),
]
@ -39,6 +37,5 @@ class LidarMerging(desc.AVCommandLineNode):
label="Mesh Path Output",
description="Output directory for mesh.",
value=desc.Node.internalFolder + "output.obj",
invalidate=False,
),
]