[Nodes] Add rec709 option as output color space in ImageProcessing, PanoramaPostProcessing and Texturing nodes. In ImageProcessing rec709 option is also added as working color space.

This commit is contained in:
demoulinv 2023-04-12 15:37:38 +02:00
parent f83db77bcd
commit 5e3b8a8213
3 changed files with 4 additions and 4 deletions

View file

@ -36,7 +36,7 @@ Post process the panorama.
label='Output Color Space',
description='Allows you to choose the color space of the output image.',
value='Linear',
values=['sRGB', 'Linear', 'ACES2065-1', 'ACEScg'],
values=['sRGB', 'rec709', 'Linear', 'ACES2065-1', 'ACEScg'],
exclusive=True,
uid=[0],
),