Skip to content

Commit e23b081

Browse files
author
Fabien Servant
committed
Enable display of contact sheets
1 parent 1bcfdc1 commit e23b081

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

meshroom/nodes/aliceVision/PanoramaInit.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,15 @@ class PanoramaInit(desc.AVCommandLineNode):
142142
]
143143

144144
outputs = [
145+
desc.File(
146+
name="contactSheet",
147+
label="Contact sheet",
148+
semantic="image",
149+
description="Contact sheet path.",
150+
value=desc.Node.internalFolder + "contactSheetImage.jpg",
151+
group="", # do not export on the command line
152+
enabled=lambda node: node.buildContactSheet.enabled
153+
),
145154
desc.File(
146155
name="outSfMData",
147156
label="SfMData File",

0 commit comments

Comments
 (0)