Skip to content

Commit

Permalink
Display panorama preview instead of full resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
servantftechnicolor committed Oct 18, 2024
1 parent e23b081 commit ef5130e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions meshroom/nodes/aliceVision/PanoramaPostProcessing.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,20 +102,20 @@ class PanoramaPostProcessing(desc.CommandLineNode):
]

outputs = [
desc.File(
name="outputPanorama",
label="Output Panorama",
description="Generated panorama in EXR format.",
semantic="image",
value=lambda attr: desc.Node.internalFolder + attr.node.panoramaName.value,
),
desc.File(
name="outputPanoramaPreview",
label="Output Panorama Preview",
description="Preview of the generated panorama in JPG format.",
semantic="image",
value=lambda attr: desc.Node.internalFolder + attr.node.previewName.value,
),
desc.File(
name="outputPanorama",
label="Output Panorama",
description="Generated panorama in EXR format.",
semantic="image",
value=lambda attr: desc.Node.internalFolder + attr.node.panoramaName.value,
),
desc.File(
name="downscaledPanoramaLevels",
label="Downscaled Panorama Levels",
Expand Down

0 comments on commit ef5130e

Please sign in to comment.