mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-21 04:56:28 +02:00
[PanoramaPostProcessing node] Remove 'auto' and 'no_conversion' choices for output color space option.
This commit is contained in:
parent
093c5d73b8
commit
9ab04620d5
1 changed files with 2 additions and 2 deletions
|
@ -35,8 +35,8 @@ Post process the panorama.
|
|||
name='outputColorSpace',
|
||||
label='Output Color Space',
|
||||
description='Allows you to choose the color space of the output image.',
|
||||
value='AUTO',
|
||||
values=['AUTO', 'sRGB', 'Linear', 'ACES2065-1', 'ACEScg', 'no_conversion'],
|
||||
value='Linear',
|
||||
values=['sRGB', 'Linear', 'ACES2065-1', 'ACEScg'],
|
||||
exclusive=True,
|
||||
uid=[0],
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue