mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-31 07:18:25 +02:00
[nodes] Remove invalidate=True
from descriptions
This commit is contained in:
parent
07b65499ce
commit
41a1b47c43
81 changed files with 8 additions and 1076 deletions
|
@ -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,
|
||||
),
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue