mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-01 15:58:36 +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 @@ Assumes the input SfMData describes a set of cameras capturing a scene at a comm
|
|||
label="SfMData",
|
||||
description="Input SfMData file.",
|
||||
value="",
|
||||
invalidate=True,
|
||||
),
|
||||
desc.ChoiceParam(
|
||||
name="verboseLevel",
|
||||
|
@ -29,7 +28,6 @@ Assumes the input SfMData describes a set of cameras capturing a scene at a comm
|
|||
values=VERBOSE_LEVEL,
|
||||
value="info",
|
||||
exclusive=True,
|
||||
invalidate=False,
|
||||
),
|
||||
]
|
||||
|
||||
|
@ -39,6 +37,5 @@ Assumes the input SfMData describes a set of cameras capturing a scene at a comm
|
|||
label="SfMData",
|
||||
description="Path to the output SfM file (in SfMData format).",
|
||||
value=lambda attr: desc.Node.internalFolder + "sfmData.sfm",
|
||||
invalidate=False,
|
||||
),
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue