[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', 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],
), ),