From 6d8e25dfdc44ecb068ab73fc52af31683483a663 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 1 Apr 2013 10:18:01 +0000 Subject: code cleanup: split editmesh_tools.c, into inset, bevel (both modal operators) and moved extrude operators into their own file. also move some selection operators from editmesh_tools.c into editmesh_select.c --- source/blender/editors/include/ED_mesh.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/include/ED_mesh.h') diff --git a/source/blender/editors/include/ED_mesh.h b/source/blender/editors/include/ED_mesh.h index f84281a4f08..ab112fde48d 100644 --- a/source/blender/editors/include/ED_mesh.h +++ b/source/blender/editors/include/ED_mesh.h @@ -278,7 +278,7 @@ void EDBM_redo_state_restore(struct BMBackup, struct BMEditMesh *em, int recalct void EDBM_redo_state_free(struct BMBackup *, struct BMEditMesh *em, int recalctess); -/* meshtools.c */ +/* *** meshtools.c *** */ int join_mesh_exec(struct bContext *C, struct wmOperator *op); int join_mesh_shapes_exec(struct bContext *C, struct wmOperator *op); -- cgit v1.2.3