mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-30 14:58: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
|
@ -19,7 +19,6 @@ It fuses all feature matches between image pairs into tracks. Each track represe
|
|||
label="SfMData",
|
||||
description="Input SfMData file.",
|
||||
value="",
|
||||
invalidate=True,
|
||||
),
|
||||
desc.ListAttribute(
|
||||
elementDesc=desc.File(
|
||||
|
@ -27,7 +26,6 @@ It fuses all feature matches between image pairs into tracks. Each track represe
|
|||
label="Features Folder",
|
||||
description="Folder containing some extracted features and descriptors.",
|
||||
value="",
|
||||
invalidate=True,
|
||||
),
|
||||
name="featuresFolders",
|
||||
label="Features Folders",
|
||||
|
@ -39,7 +37,6 @@ It fuses all feature matches between image pairs into tracks. Each track represe
|
|||
label="Matches Folder",
|
||||
description="Folder containing some matches.",
|
||||
value="",
|
||||
invalidate=True,
|
||||
),
|
||||
name="matchesFolders",
|
||||
label="Matches Folders",
|
||||
|
@ -52,7 +49,6 @@ It fuses all feature matches between image pairs into tracks. Each track represe
|
|||
values=DESCRIBER_TYPES,
|
||||
value=["dspsift"],
|
||||
exclusive=False,
|
||||
invalidate=True,
|
||||
joinChar=",",
|
||||
),
|
||||
desc.IntParam(
|
||||
|
@ -61,7 +57,6 @@ It fuses all feature matches between image pairs into tracks. Each track represe
|
|||
description="Minimum track length.",
|
||||
value=2,
|
||||
range=(2, 10, 1),
|
||||
invalidate=True,
|
||||
),
|
||||
desc.BoolParam(
|
||||
name="useOnlyMatchesFromInputFolder",
|
||||
|
@ -78,7 +73,6 @@ It fuses all feature matches between image pairs into tracks. Each track represe
|
|||
description="Enable/Disable the track forks removal. A track contains a fork when incoherent matches\n"
|
||||
"lead to multiple features in the same image for a single track.",
|
||||
value=False,
|
||||
invalidate=True,
|
||||
),
|
||||
desc.ChoiceParam(
|
||||
name="verboseLevel",
|
||||
|
@ -87,7 +81,6 @@ It fuses all feature matches between image pairs into tracks. Each track represe
|
|||
values=VERBOSE_LEVEL,
|
||||
value="info",
|
||||
exclusive=True,
|
||||
invalidate=False,
|
||||
),
|
||||
]
|
||||
|
||||
|
@ -97,6 +90,5 @@ It fuses all feature matches between image pairs into tracks. Each track represe
|
|||
label="Tracks",
|
||||
description="Path to the output tracks file.",
|
||||
value=desc.Node.internalFolder + "tracksFile.json",
|
||||
invalidate=False,
|
||||
),
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue