From 3978568e451e0a9e97824edc521de55ed9a6269c Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 6 Jan 2020 22:52:05 +1100 Subject: Cleanup: remove unused 2D arrow gizmo It's simpler to support a single gizmo type for 2D/3D. --- source/blender/editors/gizmo_library/gizmo_types/arrow3d_gizmo.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/editors/gizmo_library/gizmo_types/arrow3d_gizmo.c') diff --git a/source/blender/editors/gizmo_library/gizmo_types/arrow3d_gizmo.c b/source/blender/editors/gizmo_library/gizmo_types/arrow3d_gizmo.c index c19613e4d8d..22d4a8f2676 100644 --- a/source/blender/editors/gizmo_library/gizmo_types/arrow3d_gizmo.c +++ b/source/blender/editors/gizmo_library/gizmo_types/arrow3d_gizmo.c @@ -22,14 +22,14 @@ * * \name Arrow Gizmo * - * 3D Gizmo + * 2D/3D Gizmo * * \brief Simple arrow gizmo which is dragged into a certain direction. * The arrow head can have varying shapes, e.g. cone, box, etc. * * - `matrix[0]` is derived from Y and Z. * - `matrix[1]` is 'up' for gizmo types that have an up. - * - `matrix[2]` is the arrow direction (for all arrowes). + * - `matrix[2]` is the arrow direction (for all arrows). */ #include "BLI_math.h" -- cgit v1.2.3