[Bf-blender-cvs] [704e1a65545] PSketch-279: Fix: Bendy Bone properties did not update in realtime when they were adjusted by an operator

Joshua Leung noreply at git.blender.org
Tue May 8 18:03:21 CEST 2018


Commit: 704e1a6554572521e67824c3d57d9d26d4fab9cf
Author: Joshua Leung
Date:   Sun Dec 31 18:02:56 2017 +1300
Branches: PSketch-279
https://developer.blender.org/rB704e1a6554572521e67824c3d57d9d26d4fab9cf

Fix: Bendy Bone properties did not update in realtime when they were adjusted by an operator

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

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 e4c23ad74f8..28388e34389 100644
--- a/source/blender/editors/space_buttons/space_buttons.c
+++ b/source/blender/editors/space_buttons/space_buttons.c
@@ -263,6 +263,7 @@ static void buttons_area_listener(bScreen *UNUSED(sc), ScrArea *sa, wmNotifier *
 					break;
 				case ND_POSE:
 					buttons_area_redraw(sa, BCONTEXT_DATA);
+					buttons_area_redraw(sa, BCONTEXT_BONE);
 					break;
 				case ND_BONE_ACTIVE:
 				case ND_BONE_SELECT:



More information about the Bf-blender-cvs mailing list