From e23b0819f815efc9462339675049672894387c48 Mon Sep 17 00:00:00 2001 From: Fabien Servant Date: Fri, 18 Oct 2024 10:11:15 +0200 Subject: [PATCH] Enable display of contact sheets --- meshroom/nodes/aliceVision/PanoramaInit.py | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/meshroom/nodes/aliceVision/PanoramaInit.py b/meshroom/nodes/aliceVision/PanoramaInit.py index a334752b34..1e59afb2a3 100644 --- a/meshroom/nodes/aliceVision/PanoramaInit.py +++ b/meshroom/nodes/aliceVision/PanoramaInit.py @@ -142,6 +142,15 @@ class PanoramaInit(desc.AVCommandLineNode): ] outputs = [ + desc.File( + name="contactSheet", + label="Contact sheet", + semantic="image", + description="Contact sheet path.", + value=desc.Node.internalFolder + "contactSheetImage.jpg", + group="", # do not export on the command line + enabled=lambda node: node.buildContactSheet.enabled + ), desc.File( name="outSfMData", label="SfMData File",