From c9ade6c0c3d3a602ebfca17c3e21a1c0190bba4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Candice=20Bent=C3=A9jac?= Date: Fri, 21 Oct 2022 10:04:37 +0200 Subject: [pipelines] Update Photogrammetry template with latest description of PrepareDenseScene --- meshroom/pipelines/photogrammetry.mg | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/meshroom/pipelines/photogrammetry.mg b/meshroom/pipelines/photogrammetry.mg index 94cfbf5f..e3bc25fe 100644 --- a/meshroom/pipelines/photogrammetry.mg +++ b/meshroom/pipelines/photogrammetry.mg @@ -76,7 +76,9 @@ "size": 0 }, "outputs": { - "output": "{cache}/{nodeType}/{uid0}/" + "output": "{cache}/{nodeType}/{uid0}/", + "depth": "{cache}/{nodeType}/{uid0}/_depthMap.exr", + "sim": "{cache}/{nodeType}/{uid0}/_simMap.exr" }, "position": [ 1400, @@ -163,7 +165,7 @@ }, "outputs": { "output": "{cache}/{nodeType}/{uid0}/", - "outputUndistorted": "{cache}/{nodeType}/{uid0}/*.{outputFileTypeValue}" + "undistorted": "{cache}/{nodeType}/{uid0}/.{outputFileTypeValue}" }, "position": [ 1000, @@ -200,7 +202,9 @@ "size": 0 }, "outputs": { - "output": "{cache}/{nodeType}/{uid0}/" + "output": "{cache}/{nodeType}/{uid0}/", + "depth": "{cache}/{nodeType}/{uid0}/_depthMap.exr", + "sim": "{cache}/{nodeType}/{uid0}/_simMap.exr" }, "position": [ 1200, -- cgit v1.2.3