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-10-02 10:31:50 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-10-02 10:34:27 +0300
commit6b51e15973f2fca77387dc08dac83ae3f2c8aeb2 (patch)
tree96734afd0131c60ce66787c3d19689296be79bb6 /source/blender/editors/mesh/mesh_intern.h
parentc14949e9ed1b88252453f21e4d0150597ad95ea5 (diff)
Cleanup: split extrude gizmo into own file
Diffstat (limited to 'source/blender/editors/mesh/mesh_intern.h')
-rw-r--r--source/blender/editors/mesh/mesh_intern.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/editors/mesh/mesh_intern.h b/source/blender/editors/mesh/mesh_intern.h
index 9c70fdceb8d..25a477546cc 100644
--- a/source/blender/editors/mesh/mesh_intern.h
+++ b/source/blender/editors/mesh/mesh_intern.h
@@ -110,6 +110,9 @@ void MESH_OT_extrude_edges_indiv(struct wmOperatorType *ot);
void MESH_OT_extrude_faces_indiv(struct wmOperatorType *ot);
void MESH_OT_dupli_extrude_cursor(struct wmOperatorType *ot);
+/* *** editmesh_extrude_gizmo.c *** */
+void MESH_GGT_extrude(struct wmGizmoGroupType *gzgt);
+
/* *** editmesh_extrude_screw.c *** */
void MESH_OT_screw(struct wmOperatorType *ot);