mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-29 22:47:17 +02:00
Display panorama preview instead of full resolution
This commit is contained in:
parent
e23b0819f8
commit
ef5130eb85
1 changed files with 7 additions and 7 deletions
|
@ -102,13 +102,6 @@ Post process the panorama.
|
||||||
]
|
]
|
||||||
|
|
||||||
outputs = [
|
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(
|
desc.File(
|
||||||
name="outputPanoramaPreview",
|
name="outputPanoramaPreview",
|
||||||
label="Output Panorama Preview",
|
label="Output Panorama Preview",
|
||||||
|
@ -116,6 +109,13 @@ Post process the panorama.
|
||||||
semantic="image",
|
semantic="image",
|
||||||
value=lambda attr: desc.Node.internalFolder + attr.node.previewName.value,
|
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(
|
desc.File(
|
||||||
name="downscaledPanoramaLevels",
|
name="downscaledPanoramaLevels",
|
||||||
label="Downscaled Panorama Levels",
|
label="Downscaled Panorama Levels",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue