[node] Normal integration : export one maps per pose

This commit is contained in:
jmelou 2024-06-05 15:27:31 +02:00
parent 49ed34caeb
commit 09c8ec6e39

View file

@ -47,10 +47,12 @@ Evaluate a depth map from a normals map (currently in development)
outputs = [
desc.File(
name="outputPath",
label="Output Path",
description="Path to the output folder.",
value=desc.Node.internalFolder,
name="depthMap",
label="Depth Map Camera",
description="Generated depth in the camera coordinate system.",
semantic="image",
value=desc.Node.internalFolder + "<POSE_ID>_depthMap.exr",
uid=[],
),
group="", # do not export on the command line
)
]