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:
authorJoseph Eagar <joeedh@gmail.com>2011-05-10 01:38:55 +0400
committerJoseph Eagar <joeedh@gmail.com>2011-05-10 01:38:55 +0400
commit7798666091124d249786ef3679030db0fcee6690 (patch)
tree734b772d9b7faa2176a9d2e72e29714d183305a7 /source/blender/editors/mesh/mesh_intern.h
parent6acd2f1138bb0fb3eceb99d1be9f733e56f2c983 (diff)
=bmesh=
added modal keymap for knife tool. I'm not sure how to handle the panning pass-through, it's still hardcoded to happen on MIDDLEMOUSE.
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 3af641c222d..8415ecf9410 100644
--- a/source/blender/editors/mesh/mesh_intern.h
+++ b/source/blender/editors/mesh/mesh_intern.h
@@ -192,6 +192,8 @@ extern struct EditFace *EM_face_from_faces(EditMesh *em, struct EditFace *efa1,
extern int EM_view3d_poll(struct bContext *C);
+struct wmKeyMap* knifetool_modal_keymap(struct wmKeyConfig *keyconf);
+
/* ******************* knifetool.c */
void MESH_OT_knife_cut(struct wmOperatorType *ot);