mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-22 21:46: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(
|
||||
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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue