mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-28 16:36:32 +02:00
[nodes] PanoramaPostProcessing: add exportLevels option
This commit is contained in:
parent
26dee7379e
commit
cce09c6957
1 changed files with 7 additions and 0 deletions
|
@ -31,6 +31,13 @@ Post process the panorama.
|
|||
value=False,
|
||||
uid=[0],
|
||||
),
|
||||
desc.BoolParam(
|
||||
name="exportLevels",
|
||||
label="Export Downscaled Levels",
|
||||
description="Export downscaled panorama levels.",
|
||||
value=False,
|
||||
uid=[0],
|
||||
),
|
||||
desc.IntParam(
|
||||
name="previewSize",
|
||||
label="Panorama Preview Width",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue