[PanoramaPostProcessing node] Remove 'auto' and 'no_conversion' choices for output color space option.

This commit is contained in:
demoulinv 2023-03-06 07:36:56 +01:00
parent 093c5d73b8
commit 9ab04620d5

View file

@ -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],
),