From 69c3f4a46d4621300ca2aa3ab778b24cb1713e95 Mon Sep 17 00:00:00 2001 From: Valdemar Lindberg Date: Wed, 16 Dec 2020 14:21:38 +0100 Subject: Fix 3D View is red when using stereo Fix T83415: 3D View is red when using stereo The red view was caused by SRGB not being enabled for an SRGB texture attached to the framebuffer. Currently, when configuring a framebuffer, the first texture attachment needs to be an SRGB format in order for the framebuffer to be binded with SRGB enabled. Thus, simply changing the SRGB texture attachment as the first texture attachment removes the red color in the view. Reviewed By: #eevee_viewport, jbakker Maniphest Tasks: T83415 Differential Revision: https://developer.blender.org/D9845 --- release/datafiles/locale | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'release/datafiles') diff --git a/release/datafiles/locale b/release/datafiles/locale index 9e40c01dffd..877a343fed9 160000 --- a/release/datafiles/locale +++ b/release/datafiles/locale @@ -1 +1 @@ -Subproject commit 9e40c01dffd3f720b23b906d20df8e999d34a4af +Subproject commit 877a343fed9613d8e02e7fe7181d3bbb628506f2 -- cgit v1.2.3