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:47:56 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-09-18 02:51:12 +0300
commit03bccd0010f158bdb4ccd4c5263978a2630e9985 (patch)
tree4f7653f14e4b42842cf46ae52314a6ea541238cd /source/blender/editors/mesh/mesh_intern.h
parent5b221f1a6e6fedfa1f74b28041839b443f550fc5 (diff)
Cleanup: move editmesh spin gizmo into own file
To mix both initial spin and redo ends up being more involved, move into own file.
Diffstat (limited to 'source/blender/editors/mesh/mesh_intern.h')
-rw-r--r--source/blender/editors/mesh/mesh_intern.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/editors/mesh/mesh_intern.h b/source/blender/editors/mesh/mesh_intern.h
index efaf90fd8ef..b4835f30bcb 100644
--- a/source/blender/editors/mesh/mesh_intern.h
+++ b/source/blender/editors/mesh/mesh_intern.h
@@ -115,6 +115,8 @@ void MESH_OT_screw(struct wmOperatorType *ot);
/* *** editmesh_extrude_spin.c *** */
void MESH_OT_spin(struct wmOperatorType *ot);
+/* *** editmesh_extrude_spin_gizmo.c *** */
+void MESH_GGT_spin(struct wmGizmoGroupType *gzgt);
/* *** editmesh_polybuild.c *** */
void MESH_OT_polybuild_face_at_cursor(struct wmOperatorType *ot);