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.
This commit is contained in:
2011-05-09 21:38:55 +00:00
parent 6acd2f1138
commit 7798666091
4 changed files with 150 additions and 84 deletions

View File

@@ -338,5 +338,6 @@ void ED_keymap_mesh(wmKeyConfig *keyconf)
}
ED_object_generic_keymap(keyconf, keymap, 3);
knifetool_modal_keymap(keyconf);
}