Skip to content

Commit ef5130e

Browse files
author
Fabien Servant
committed
Display panorama preview instead of full resolution
1 parent e23b081 commit ef5130e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

meshroom/nodes/aliceVision/PanoramaPostProcessing.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -102,20 +102,20 @@ class PanoramaPostProcessing(desc.CommandLineNode):
102102
]
103103

104104
outputs = [
105-
desc.File(
106-
name="outputPanorama",
107-
label="Output Panorama",
108-
description="Generated panorama in EXR format.",
109-
semantic="image",
110-
value=lambda attr: desc.Node.internalFolder + attr.node.panoramaName.value,
111-
),
112105
desc.File(
113106
name="outputPanoramaPreview",
114107
label="Output Panorama Preview",
115108
description="Preview of the generated panorama in JPG format.",
116109
semantic="image",
117110
value=lambda attr: desc.Node.internalFolder + attr.node.previewName.value,
118111
),
112+
desc.File(
113+
name="outputPanorama",
114+
label="Output Panorama",
115+
description="Generated panorama in EXR format.",
116+
semantic="image",
117+
value=lambda attr: desc.Node.internalFolder + attr.node.panoramaName.value,
118+
),
119119
desc.File(
120120
name="downscaledPanoramaLevels",
121121
label="Downscaled Panorama Levels",

0 commit comments

Comments
 (0)