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>2018-09-18 02:58:27 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-09-18 02:58:27 +0300
commit2ca7d148142865c2f8e1571aef88296e9d7f0007 (patch)
tree906c53f5ed01fba1eefa975c17aad6b1c51c6ddb /source/blender/editors/mesh/editmesh_extrude_spin_gizmo.c
parent2f8994f4afeecc9438dede6df880e418a47877e3 (diff)
Cleanup: spin redo naming changes
Diffstat (limited to 'source/blender/editors/mesh/editmesh_extrude_spin_gizmo.c')
-rw-r--r--source/blender/editors/mesh/editmesh_extrude_spin_gizmo.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/editors/mesh/editmesh_extrude_spin_gizmo.c b/source/blender/editors/mesh/editmesh_extrude_spin_gizmo.c
index 1bcc4df57a4..1cadb07a025 100644
--- a/source/blender/editors/mesh/editmesh_extrude_spin_gizmo.c
+++ b/source/blender/editors/mesh/editmesh_extrude_spin_gizmo.c
@@ -412,10 +412,10 @@ static void gizmo_mesh_spin_draw_prepare(
gizmo_mesh_spin_update_from_op(ggd);
}
-void MESH_GGT_spin(struct wmGizmoGroupType *gzgt)
+void MESH_GGT_spin_redo(struct wmGizmoGroupType *gzgt)
{
- gzgt->name = "Mesh Spin";
- gzgt->idname = "MESH_GGT_spin";
+ gzgt->name = "Mesh Spin Redo";
+ gzgt->idname = "MESH_GGT_spin_redo";
gzgt->flag = WM_GIZMOGROUPTYPE_3D;