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/scripts/addons | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'release/scripts/addons') diff --git a/release/scripts/addons b/release/scripts/addons index 1a3f127714e..a3fa40ec0ba 160000 --- a/release/scripts/addons +++ b/release/scripts/addons @@ -1 +1 @@ -Subproject commit 1a3f127714e8da9f0af12d9a174dae9793ae63c1 +Subproject commit a3fa40ec0ba525bc96cbfad49f854a0230b0524e -- cgit v1.2.3