mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-30 23:08:25 +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
|
@ -16,14 +16,14 @@ Evaluate a depth map from a normals map (currently in development)
|
|||
label="Normal Maps Folder",
|
||||
description="Path to the folder containing the normal maps and the masks.",
|
||||
value="",
|
||||
uid=[0],
|
||||
invalidate=True,
|
||||
),
|
||||
desc.File(
|
||||
name="sfmDataFile",
|
||||
label="SfMData",
|
||||
description="Input SfMData file.",
|
||||
value="",
|
||||
uid=[0],
|
||||
invalidate=True,
|
||||
),
|
||||
desc.IntParam(
|
||||
name="downscale",
|
||||
|
@ -32,7 +32,7 @@ Evaluate a depth map from a normals map (currently in development)
|
|||
value=1,
|
||||
range=(1, 10, 1),
|
||||
advanced=True,
|
||||
uid=[0],
|
||||
invalidate=True,
|
||||
),
|
||||
desc.ChoiceParam(
|
||||
name="verboseLevel",
|
||||
|
@ -41,7 +41,7 @@ Evaluate a depth map from a normals map (currently in development)
|
|||
values=VERBOSE_LEVEL,
|
||||
value="info",
|
||||
exclusive=True,
|
||||
uid=[],
|
||||
invalidate=False,
|
||||
),
|
||||
]
|
||||
|
||||
|
@ -52,7 +52,7 @@ Evaluate a depth map from a normals map (currently in development)
|
|||
description="Generated depth in the camera coordinate system.",
|
||||
semantic="image",
|
||||
value=desc.Node.internalFolder + "<POSE_ID>_depthMap.exr",
|
||||
uid=[],
|
||||
invalidate=False,
|
||||
group="", # do not export on the command line
|
||||
)
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue