[Bf-blender-cvs] [eaad4caa569] blender2.8: Link to Collection - Add shortcut (Shift + M)

Dalai Felinto noreply at git.blender.org
Thu May 31 14:52:17 CEST 2018


Commit: eaad4caa569c979773141a15714264a46da73798
Author: Dalai Felinto
Date:   Thu May 31 12:20:14 2018 +0200
Branches: blender2.8
https://developer.blender.org/rBeaad4caa569c979773141a15714264a46da73798

Link to Collection - Add shortcut (Shift + M)

===================================================================

M	source/blender/editors/object/object_ops.c

===================================================================

diff --git a/source/blender/editors/object/object_ops.c b/source/blender/editors/object/object_ops.c
index 3d1a18e1fb1..11964708db6 100644
--- a/source/blender/editors/object/object_ops.c
+++ b/source/blender/editors/object/object_ops.c
@@ -415,6 +415,7 @@ void ED_keymap_object(wmKeyConfig *keyconf)
 	}
 
 	WM_keymap_add_item(keymap, "OBJECT_OT_move_to_collection", MKEY, KM_PRESS, 0, 0);
+	WM_keymap_add_item(keymap, "OBJECT_OT_link_to_collection", MKEY, KM_PRESS, KM_SHIFT, 0);
 }
 
 void ED_keymap_proportional_cycle(struct wmKeyConfig *UNUSED(keyconf), struct wmKeyMap *keymap)



More information about the Bf-blender-cvs mailing list