mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-23 14:06:28 +02:00
[nodes] Texturing: minor update to outputColorSpace param
This commit is contained in:
parent
008d901a13
commit
200ab852c6
1 changed files with 1 additions and 2 deletions
|
@ -266,12 +266,11 @@ Many cameras are contributing to the low frequencies and only the best ones cont
|
||||||
desc.ChoiceParam(
|
desc.ChoiceParam(
|
||||||
name='outputColorSpace',
|
name='outputColorSpace',
|
||||||
label='Output Color Space',
|
label='Output Color Space',
|
||||||
description="Color space for the output file.",
|
description="Color space for the output texture files.",
|
||||||
value='AUTO',
|
value='AUTO',
|
||||||
values=('sRGB', 'Linear', 'ACES2065-1', 'ACEScg', 'AUTO'),
|
values=('sRGB', 'Linear', 'ACES2065-1', 'ACEScg', 'AUTO'),
|
||||||
exclusive=True,
|
exclusive=True,
|
||||||
uid=[0],
|
uid=[0],
|
||||||
advanced=True,
|
|
||||||
),
|
),
|
||||||
desc.BoolParam(
|
desc.BoolParam(
|
||||||
name='correctEV',
|
name='correctEV',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue