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
|
@ -24,14 +24,12 @@ Estimate the seams lines between the inputs to provide an optimal compositing in
|
|||
label="Input SfMData",
|
||||
description="Input SfMData file.",
|
||||
value="",
|
||||
invalidate=True,
|
||||
),
|
||||
desc.File(
|
||||
name="warpingFolder",
|
||||
label="Warping Folder",
|
||||
description="Panorama warping results.",
|
||||
value="",
|
||||
invalidate=True,
|
||||
),
|
||||
desc.IntParam(
|
||||
name="maxWidth",
|
||||
|
@ -39,14 +37,12 @@ Estimate the seams lines between the inputs to provide an optimal compositing in
|
|||
description="Maximal resolution for the panorama seams estimation.",
|
||||
value=5000,
|
||||
range=(0, 100000, 1),
|
||||
invalidate=True,
|
||||
),
|
||||
desc.BoolParam(
|
||||
name="useGraphCut",
|
||||
label="Use Smart Seams",
|
||||
description="Use a graphcut algorithm to optimize seams for better transitions between images.",
|
||||
value=True,
|
||||
invalidate=True,
|
||||
),
|
||||
desc.ChoiceParam(
|
||||
name="verboseLevel",
|
||||
|
@ -55,7 +51,6 @@ Estimate the seams lines between the inputs to provide an optimal compositing in
|
|||
values=VERBOSE_LEVEL,
|
||||
value="info",
|
||||
exclusive=True,
|
||||
invalidate=False,
|
||||
),
|
||||
]
|
||||
|
||||
|
@ -66,13 +61,11 @@ Estimate the seams lines between the inputs to provide an optimal compositing in
|
|||
description="",
|
||||
semantic="image",
|
||||
value=desc.Node.internalFolder + "labels.exr",
|
||||
invalidate=False,
|
||||
),
|
||||
desc.File(
|
||||
name="outputSfm",
|
||||
label="Output SfMData File",
|
||||
description="Path to the output SfMData file.",
|
||||
value=desc.Node.internalFolder + "panorama.sfm",
|
||||
invalidate=False,
|
||||
),
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue