Display panorama preview instead of full resolution

This commit is contained in:
Fabien Servant 2024-10-18 10:11:47 +02:00
parent e23b0819f8
commit ef5130eb85

View file

@ -102,13 +102,6 @@ Post process the panorama.
]
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",
@ -116,6 +109,13 @@ Post process the panorama.
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",