We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bcfdc1 commit e23b081Copy full SHA for e23b081
meshroom/nodes/aliceVision/PanoramaInit.py
@@ -142,6 +142,15 @@ class PanoramaInit(desc.AVCommandLineNode):
142
]
143
144
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
+ ),
154
desc.File(
155
name="outSfMData",
156
label="SfMData File",
0 commit comments