From 6a903d90887848803decd5242e25df5d24f85970 Mon Sep 17 00:00:00 2001 From: Christoph Lendenfeld Date: Mon, 26 Jul 2021 21:42:04 +0100 Subject: Fix: Instantly hide bones after hitting H key in pose sliding MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit When using a pose slider it is possible to hide bones with the 'H' key. Before this patch the screen didn't update, so you had to move the mouse 1 pixel to update. This patch makes it so it updates right away Reviewed by: Sybren A. Stüvel Differential Revision: https://developer.blender.org/D12024 Ref: D12024 --- release/scripts/addons | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'release') diff --git a/release/scripts/addons b/release/scripts/addons index 1adb56d8b01..4475cbd11a6 160000 --- a/release/scripts/addons +++ b/release/scripts/addons @@ -1 +1 @@ -Subproject commit 1adb56d8b01cf1327f58c6fb8b1ccc8b7efd76ad +Subproject commit 4475cbd11a636382d57571e0f5dfeff1f90bd6b7 -- cgit v1.2.3