mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-17 19:16:26 +02:00
[node] Normal integration : export one maps per pose
This commit is contained in:
parent
49ed34caeb
commit
09c8ec6e39
1 changed files with 7 additions and 5 deletions
|
@ -47,10 +47,12 @@ Evaluate a depth map from a normals map (currently in development)
|
||||||
|
|
||||||
outputs = [
|
outputs = [
|
||||||
desc.File(
|
desc.File(
|
||||||
name="outputPath",
|
name="depthMap",
|
||||||
label="Output Path",
|
label="Depth Map Camera",
|
||||||
description="Path to the output folder.",
|
description="Generated depth in the camera coordinate system.",
|
||||||
value=desc.Node.internalFolder,
|
semantic="image",
|
||||||
|
value=desc.Node.internalFolder + "<POSE_ID>_depthMap.exr",
|
||||||
uid=[],
|
uid=[],
|
||||||
),
|
group="", # do not export on the command line
|
||||||
|
)
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue