Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2020-01-06 14:52:05 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-01-06 15:21:50 +0300
commit3978568e451e0a9e97824edc521de55ed9a6269c (patch)
treeac08750e4fc36830b69edc2ea39ca730ad54af41 /source/blender/editors/gizmo_library/gizmo_types/arrow3d_gizmo.c
parent0d67eb277f9bcf01ab6781ae27816caf690eb671 (diff)
Cleanup: remove unused 2D arrow gizmo
It's simpler to support a single gizmo type for 2D/3D.
Diffstat (limited to 'source/blender/editors/gizmo_library/gizmo_types/arrow3d_gizmo.c')
-rw-r--r--source/blender/editors/gizmo_library/gizmo_types/arrow3d_gizmo.c4
1 files changed, 2 insertions, 2 deletions
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"