mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-03 16:58:24 +02:00
[nodes] Change uid=
into invalidate=
for all nodes
This commit is contained in:
parent
b726387534
commit
045c26cc46
81 changed files with 1109 additions and 1112 deletions
|
@ -19,21 +19,21 @@ A Structure-From-Motion node specifically designed to handle pure rotation camer
|
|||
label="SfMData",
|
||||
description="Input SfMData file.",
|
||||
value="",
|
||||
uid=[0],
|
||||
invalidate=True,
|
||||
),
|
||||
desc.File(
|
||||
name="tracksFilename",
|
||||
label="Tracks File",
|
||||
description="Input tracks file.",
|
||||
value="",
|
||||
uid=[0],
|
||||
invalidate=True,
|
||||
),
|
||||
desc.File(
|
||||
name="pairs",
|
||||
label="Pairs File",
|
||||
description="Information on pairs.",
|
||||
value="",
|
||||
uid=[0],
|
||||
invalidate=True,
|
||||
),
|
||||
desc.ChoiceParam(
|
||||
name="verboseLevel",
|
||||
|
@ -42,7 +42,7 @@ A Structure-From-Motion node specifically designed to handle pure rotation camer
|
|||
values=VERBOSE_LEVEL,
|
||||
value="info",
|
||||
exclusive=True,
|
||||
uid=[],
|
||||
invalidate=False,
|
||||
),
|
||||
]
|
||||
|
||||
|
@ -52,6 +52,6 @@ A Structure-From-Motion node specifically designed to handle pure rotation camer
|
|||
label="SfMData",
|
||||
description="Path to the output SfMData file.",
|
||||
value=desc.Node.internalFolder + "sfm.abc",
|
||||
uid=[],
|
||||
invalidate=False,
|
||||
),
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue