Temporary remap extrude to Ctrl+Alt+Click, to avoid conflict with transform.
This commit is contained in:
@@ -267,8 +267,10 @@ void ED_keymap_mesh(wmKeyConfig *keyconf)
|
||||
RNA_string_set(kmi->ptr, "name", "INFO_MT_mesh_add");
|
||||
|
||||
WM_keymap_add_item(keymap, "MESH_OT_separate", PKEY, KM_PRESS, 0, 0);
|
||||
/* use KM_RELEASE because same key is used for tweaks */
|
||||
WM_keymap_add_item(keymap, "MESH_OT_dupli_extrude_cursor", LEFTMOUSE, KM_RELEASE, KM_CTRL, 0);
|
||||
/* use KM_RELEASE because same key is used for tweaks
|
||||
* TEMPORARY REMAP TO ALT+CTRL TO AVOID CONFLICT
|
||||
* */
|
||||
WM_keymap_add_item(keymap, "MESH_OT_dupli_extrude_cursor", LEFTMOUSE, KM_RELEASE, KM_CTRL|KM_ALT, 0);
|
||||
|
||||
WM_keymap_add_item(keymap, "MESH_OT_delete", XKEY, KM_PRESS, 0, 0);
|
||||
WM_keymap_add_item(keymap, "MESH_OT_delete", DELKEY, KM_PRESS, 0, 0);
|
||||
|
||||
Reference in New Issue
Block a user