mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-21 13: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
|
@ -40,13 +40,13 @@ Post process the panorama.
|
|||
uid=[0]
|
||||
),
|
||||
desc.ChoiceParam(
|
||||
name='outputColorSpace',
|
||||
label='Output Color Space',
|
||||
description='Allows you to choose the color space of the output image.',
|
||||
value='Linear',
|
||||
values=['sRGB', 'rec709', 'Linear', 'ACES2065-1', 'ACEScg'],
|
||||
exclusive=True,
|
||||
uid=[0],
|
||||
name='outputColorSpace',
|
||||
label='Output Color Space',
|
||||
description='Allows you to choose the color space of the output image.',
|
||||
value='Linear',
|
||||
values=['sRGB', 'rec709', 'Linear', 'ACES2065-1', 'ACEScg'],
|
||||
exclusive=True,
|
||||
uid=[0],
|
||||
),
|
||||
desc.ChoiceParam(
|
||||
name='verboseLevel',
|
||||
|
@ -68,4 +68,12 @@ Post process the panorama.
|
|||
value=desc.Node.internalFolder + 'panorama.exr',
|
||||
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