mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-30 01:16:33 +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,
|
value=False,
|
||||||
uid=[0],
|
uid=[0],
|
||||||
),
|
),
|
||||||
|
desc.BoolParam(
|
||||||
|
name="exportLevels",
|
||||||
|
label="Export Downscaled Levels",
|
||||||
|
description="Export downscaled panorama levels.",
|
||||||
|
value=False,
|
||||||
|
uid=[0],
|
||||||
|
),
|
||||||
desc.IntParam(
|
desc.IntParam(
|
||||||
name="previewSize",
|
name="previewSize",
|
||||||
label="Panorama Preview Width",
|
label="Panorama Preview Width",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue