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