mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-29 22:47:17 +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
|
@ -22,35 +22,30 @@ The detection method also supports nested calibration grids.
|
|||
label="Input",
|
||||
description="Input SfMData file. Viewpoints must correspond to lens calibration grids.",
|
||||
value="",
|
||||
invalidate=True,
|
||||
),
|
||||
desc.BoolParam(
|
||||
name="useNestedGrids",
|
||||
label="Nested Calibration Grid",
|
||||
description="Enable if images contain nested calibration grids. These grids must be centered on the image center.",
|
||||
value=False,
|
||||
invalidate=True,
|
||||
),
|
||||
desc.BoolParam(
|
||||
name="doubleSize",
|
||||
label="Double Size",
|
||||
description="Double the image size prior to processing.",
|
||||
value=False,
|
||||
invalidate=True,
|
||||
),
|
||||
desc.BoolParam(
|
||||
name="ignorePixelAspectRatio",
|
||||
label="Ignore Pixel Aspect Ratio",
|
||||
description="Ignore pixel aspect ratio for detection.",
|
||||
value=False,
|
||||
invalidate=True,
|
||||
),
|
||||
desc.BoolParam(
|
||||
name="exportDebugImages",
|
||||
label="Export Debug Images",
|
||||
description="Export debug images.",
|
||||
value=False,
|
||||
invalidate=True,
|
||||
),
|
||||
desc.ChoiceParam(
|
||||
name="verboseLevel",
|
||||
|
@ -59,7 +54,6 @@ The detection method also supports nested calibration grids.
|
|||
values=VERBOSE_LEVEL,
|
||||
value="info",
|
||||
exclusive=True,
|
||||
invalidate=False,
|
||||
),
|
||||
]
|
||||
|
||||
|
@ -69,7 +63,6 @@ The detection method also supports nested calibration grids.
|
|||
label="Folder",
|
||||
description="Output folder.",
|
||||
value=desc.Node.internalFolder,
|
||||
invalidate=False,
|
||||
),
|
||||
desc.File(
|
||||
name="checkerLines",
|
||||
|
@ -79,6 +72,5 @@ The detection method also supports nested calibration grids.
|
|||
semantic="image",
|
||||
value=desc.Node.internalFolder + "<VIEW_ID>.png",
|
||||
group="", # do not export on the command line
|
||||
invalidate=False,
|
||||
),
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue