mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-01 07:48:37 +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
|
@ -21,7 +21,6 @@ class SfMSplitReconstructed(desc.AVCommandLineNode):
|
|||
label="Input SfMData",
|
||||
description="Input SfMData file.",
|
||||
value="",
|
||||
invalidate=True,
|
||||
),
|
||||
desc.ChoiceParam(
|
||||
name="verboseLevel",
|
||||
|
@ -30,7 +29,6 @@ class SfMSplitReconstructed(desc.AVCommandLineNode):
|
|||
values=VERBOSE_LEVEL,
|
||||
value="info",
|
||||
exclusive=True,
|
||||
invalidate=False,
|
||||
),
|
||||
]
|
||||
|
||||
|
@ -40,13 +38,11 @@ class SfMSplitReconstructed(desc.AVCommandLineNode):
|
|||
label="Reconstructed SfMData File",
|
||||
description="SfMData file containing the reconstructed cameras.",
|
||||
value=desc.Node.internalFolder + "sfmReconstructed.abc",
|
||||
invalidate=False,
|
||||
),
|
||||
desc.File(
|
||||
name="notReconstructedOutput",
|
||||
label="Not Reconstructed SfMData File",
|
||||
description="SfMData file containing the non-reconstructed cameras.",
|
||||
value=desc.Node.internalFolder + "sfmNonReconstructed.abc",
|
||||
invalidate=False,
|
||||
),
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue