Disable b-bone spline gizmo for now

This wasn't working properly and needs to be finished,
disable for release.
This commit is contained in:
Campbell Barton 2019-07-18 22:03:04 +10:00
parent 687f1df5db
commit b58a6a3e72
Notes: blender-bot 2023-02-14 08:06:38 +01:00
Referenced by issue #67168, Finish B-Bone Spline Gizmo
1 changed files with 3 additions and 0 deletions

View File

@ -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);