[nodes] Texturing: minor update to outputColorSpace param

This commit is contained in:
Fabien Castan 2023-03-17 12:11:02 +01:00 committed by GitHub
parent 008d901a13
commit 200ab852c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -266,12 +266,11 @@ Many cameras are contributing to the low frequencies and only the best ones cont
desc.ChoiceParam(
name='outputColorSpace',
label='Output Color Space',
description="Color space for the output file.",
description="Color space for the output texture files.",
value='AUTO',
values=('sRGB', 'Linear', 'ACES2065-1', 'ACEScg', 'AUTO'),
exclusive=True,
uid=[0],
advanced=True,
),
desc.BoolParam(
name='correctEV',