[Bf-blender-cvs] [2f8ea1c11e1] master: Fix T67140: transforming bone does not update bone tab in properties editor

Brecht Van Lommel noreply at git.blender.org
Fri Aug 23 13:06:37 CEST 2019


Commit: 2f8ea1c11e1065984013b02f7dea3051705411ea
Author: Brecht Van Lommel
Date:   Fri Aug 23 13:04:54 2019 +0200
Branches: master
https://developer.blender.org/rB2f8ea1c11e1065984013b02f7dea3051705411ea

Fix T67140: transforming bone does not update bone tab in properties editor

===================================================================

M	source/blender/editors/space_buttons/space_buttons.c

===================================================================

diff --git a/source/blender/editors/space_buttons/space_buttons.c b/source/blender/editors/space_buttons/space_buttons.c
index e3a2a4423f0..23c224f5ae0 100644
--- a/source/blender/editors/space_buttons/space_buttons.c
+++ b/source/blender/editors/space_buttons/space_buttons.c
@@ -398,8 +398,6 @@ static void buttons_area_listener(wmWindow *UNUSED(win),
           buttons_area_redraw(sa, BCONTEXT_DATA); /* autotexpace flag */
           break;
         case ND_POSE:
-          buttons_area_redraw(sa, BCONTEXT_DATA);
-          break;
         case ND_BONE_ACTIVE:
         case ND_BONE_SELECT:
           buttons_area_redraw(sa, BCONTEXT_BONE);



More information about the Bf-blender-cvs mailing list