[Bf-blender-cvs] [b58a6a3e72e] master: Disable b-bone spline gizmo for now

Campbell Barton noreply at git.blender.org
Thu Jul 18 14:04:40 CEST 2019


Commit: b58a6a3e72e23d24e45c8fdaf4867d8d36ab0f82
Author: Campbell Barton
Date:   Thu Jul 18 22:03:04 2019 +1000
Branches: master
https://developer.blender.org/rBb58a6a3e72e23d24e45c8fdaf4867d8d36ab0f82

Disable b-bone spline gizmo for now

This wasn't working properly and needs to be finished,
disable for release.

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

M	source/blender/editors/space_view3d/space_view3d.c

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

diff --git a/source/blender/editors/space_view3d/space_view3d.c b/source/blender/editors/space_view3d/space_view3d.c
index c1891865d6d..57b98ffeda3 100644
--- a/source/blender/editors/space_view3d/space_view3d.c
+++ b/source/blender/editors/space_view3d/space_view3d.c
@@ -662,7 +662,10 @@ static void view3d_widgets(void)
   WM_gizmogrouptype_append_and_link(gzmap_type, VIEW3D_GGT_camera);
   WM_gizmogrouptype_append_and_link(gzmap_type, VIEW3D_GGT_camera_view);
   WM_gizmogrouptype_append_and_link(gzmap_type, VIEW3D_GGT_empty_image);
+  /* TODO(campbell): Not working well enough, disable for now. */
+#if 0
   WM_gizmogrouptype_append_and_link(gzmap_type, VIEW3D_GGT_armature_spline);
+#endif
 
   WM_gizmogrouptype_append(VIEW3D_GGT_xform_gizmo);
   WM_gizmogrouptype_append(VIEW3D_GGT_xform_cage);



More information about the Bf-blender-cvs mailing list