[Bf-blender-cvs] [cf192bdd43b] master: Fix missing manipulator update when toggling bone lock

Julian Eisel noreply at git.blender.org
Thu Oct 10 15:17:25 CEST 2019


Commit: cf192bdd43b8cd4e89161ca7fc5986f6f1a239f1
Author: Julian Eisel
Date:   Thu Oct 10 15:08:35 2019 +0200
Branches: master
https://developer.blender.org/rBcf192bdd43b8cd4e89161ca7fc5986f6f1a239f1

Fix missing manipulator update when toggling bone lock

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

M	source/blender/editors/transform/transform_gizmo_3d.c

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

diff --git a/source/blender/editors/transform/transform_gizmo_3d.c b/source/blender/editors/transform/transform_gizmo_3d.c
index e4fca2bb6be..8f475890e8f 100644
--- a/source/blender/editors/transform/transform_gizmo_3d.c
+++ b/source/blender/editors/transform/transform_gizmo_3d.c
@@ -1338,6 +1338,7 @@ static void gizmo_xform_message_subscribe(wmGizmoGroup *gzgroup,
   }
 
   WM_msg_subscribe_rna_anon_prop(mbus, Window, view_layer, &msg_sub_value_gz_tag_refresh);
+  WM_msg_subscribe_rna_anon_prop(mbus, EditBone, lock, &msg_sub_value_gz_tag_refresh);
 }
 
 void drawDial3d(const TransInfo *t)



More information about the Bf-blender-cvs mailing list