mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-23 14:06:28 +02:00
[panorama] Preview file name is now a parameter
This commit is contained in:
parent
42e2b8ae25
commit
f51919a8f3
1 changed files with 15 additions and 7 deletions
|
@ -68,4 +68,12 @@ Post process the panorama.
|
||||||
value=desc.Node.internalFolder + 'panorama.exr',
|
value=desc.Node.internalFolder + 'panorama.exr',
|
||||||
uid=[],
|
uid=[],
|
||||||
),
|
),
|
||||||
|
desc.File(
|
||||||
|
name='outputPanoramaPreview',
|
||||||
|
label='Output Panorama preview',
|
||||||
|
description='',
|
||||||
|
semantic='image',
|
||||||
|
value=desc.Node.internalFolder + 'panoramaPreview.jpg',
|
||||||
|
uid=[],
|
||||||
|
),
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue