[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [25400] trunk/blender/source/blender/ editors/animation/anim_channels_edit.c: Small Durian Request for animation editors:

Joshua Leung aligorith at gmail.com
Tue Dec 15 11:46:22 CET 2009


Revision: 25400
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=25400
Author:   aligorith
Date:     2009-12-15 11:46:19 +0100 (Tue, 15 Dec 2009)

Log Message:
-----------
Small Durian Request for animation editors:

Assigned borderselect for animation channels to LMB-tweak too, so it is now possible to select a bunch of channels by simply click-dragging.

Modified Paths:
--------------
    trunk/blender/source/blender/editors/animation/anim_channels_edit.c

Modified: trunk/blender/source/blender/editors/animation/anim_channels_edit.c
===================================================================
--- trunk/blender/source/blender/editors/animation/anim_channels_edit.c	2009-12-15 10:35:50 UTC (rev 25399)
+++ trunk/blender/source/blender/editors/animation/anim_channels_edit.c	2009-12-15 10:46:19 UTC (rev 25400)
@@ -1916,6 +1916,7 @@
 	
 		/* borderselect */
 	WM_keymap_add_item(keymap, "ANIM_OT_channels_select_border", BKEY, KM_PRESS, 0, 0);
+	WM_keymap_add_item(keymap, "ANIM_OT_channels_select_border", EVT_TWEAK_L, KM_ANY, 0, 0);
 	
 	/* delete */
 	WM_keymap_add_item(keymap, "ANIM_OT_channels_delete", XKEY, KM_PRESS, 0, 0);





More information about the Bf-blender-cvs mailing list