mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-23 22:16:30 +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,14 +19,12 @@ Estimate the camera intrinsics and extrinsincs on a set of checkerboard images.
|
|||
label="Input SfMData",
|
||||
description="SfMData file.",
|
||||
value="",
|
||||
invalidate=True,
|
||||
),
|
||||
desc.File(
|
||||
name="checkerboards",
|
||||
label="Checkerboards Folder",
|
||||
description="Folder containing checkerboard JSON files.",
|
||||
value="",
|
||||
invalidate=True,
|
||||
),
|
||||
desc.FloatParam(
|
||||
name="squareSize",
|
||||
|
@ -34,7 +32,6 @@ Estimate the camera intrinsics and extrinsincs on a set of checkerboard images.
|
|||
description="Checkerboard square width in mm",
|
||||
value=10.,
|
||||
range=(0.1, 100., 0.1),
|
||||
invalidate=True,
|
||||
),
|
||||
desc.ChoiceParam(
|
||||
name="verboseLevel",
|
||||
|
@ -43,7 +40,6 @@ Estimate the camera intrinsics and extrinsincs on a set of checkerboard images.
|
|||
values=VERBOSE_LEVEL,
|
||||
value="info",
|
||||
exclusive=True,
|
||||
invalidate=False,
|
||||
),
|
||||
]
|
||||
|
||||
|
@ -53,6 +49,5 @@ Estimate the camera intrinsics and extrinsincs on a set of checkerboard images.
|
|||
label="SfMData File",
|
||||
description="Path to the output SfMData file.",
|
||||
value=desc.Node.internalFolder + "sfmData.sfm",
|
||||
invalidate=False,
|
||||
)
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue