[Bf-blender-cvs] [8e722b0] master: Feature Request T40643: Animation channels can be renamed by double-clicking on them too

Joshua Leung noreply at git.blender.org
Mon Jun 16 11:46:52 CEST 2014


Commit: 8e722b02320e4681e51f9cf2440d122bf30fbeae
Author: Joshua Leung
Date:   Mon Jun 16 21:04:42 2014 +1200
https://developer.blender.org/rB8e722b02320e4681e51f9cf2440d122bf30fbeae

Feature Request T40643: Animation channels can be renamed by double-clicking on them too

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

M	source/blender/editors/animation/anim_channels_edit.c

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

diff --git a/source/blender/editors/animation/anim_channels_edit.c b/source/blender/editors/animation/anim_channels_edit.c
index c92ab04..c703703 100644
--- a/source/blender/editors/animation/anim_channels_edit.c
+++ b/source/blender/editors/animation/anim_channels_edit.c
@@ -2862,6 +2862,7 @@ void ED_keymap_animchannels(wmKeyConfig *keyconf)
 
 	/* rename */
 	WM_keymap_add_item(keymap, "ANIM_OT_channels_rename", LEFTMOUSE, KM_PRESS, KM_CTRL, 0);
+	WM_keymap_add_item(keymap, "ANIM_OT_channels_rename", LEFTMOUSE, KM_DBL_CLICK, 0, 0);
 	
 	/* deselect all */
 	WM_keymap_add_item(keymap, "ANIM_OT_channels_select_all_toggle", AKEY, KM_PRESS, 0, 0);




More information about the Bf-blender-cvs mailing list