Skip to content

Commit

Permalink
Enable display of contact sheets
Browse files Browse the repository at this point in the history
  • Loading branch information
servantftechnicolor committed Oct 18, 2024
1 parent 1bcfdc1 commit e23b081
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions meshroom/nodes/aliceVision/PanoramaInit.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit e23b081

Please sign in to comment.