Cleanup: split extrude gizmo into own file

This commit is contained in:
2018-10-02 17:31:50 +10:00
parent c14949e9ed
commit 6b51e15973
4 changed files with 379 additions and 334 deletions

View File

@@ -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);