mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-21 21:16:29 +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',
|
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='AUTO',
|
value='Linear',
|
||||||
values=['AUTO', 'sRGB', 'Linear', 'ACES2065-1', 'ACEScg', 'no_conversion'],
|
values=['sRGB', 'Linear', 'ACES2065-1', 'ACEScg'],
|
||||||
exclusive=True,
|
exclusive=True,
|
||||||
uid=[0],
|
uid=[0],
|
||||||
),
|
),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue