mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-22 13:36:31 +02:00
[pipelines] publish downscaled panorama levels
This commit is contained in:
parent
aaa4896585
commit
0b869ac117
3 changed files with 34 additions and 24 deletions
|
@ -111,4 +111,12 @@ Post process the panorama.
|
|||
value=desc.Node.internalFolder + "panoramaPreview.jpg",
|
||||
uid=[],
|
||||
),
|
||||
desc.File(
|
||||
name="downscaledPanoramaLevels",
|
||||
label="Downscaled Panorama Levels",
|
||||
description="Downscaled versions of the generated panorama.",
|
||||
value=desc.Node.internalFolder + "level_*.exr",
|
||||
uid=[],
|
||||
group='',
|
||||
),
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue