[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [35314] trunk/blender/source/blender/ editors/animation/anim_markers.c: Shrinking the marker mouse-y tolerance again.

Joshua Leung aligorith at gmail.com
Thu Mar 3 00:40:32 CET 2011


Revision: 35314
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=35314
Author:   aligorith
Date:     2011-03-02 23:40:32 +0000 (Wed, 02 Mar 2011)
Log Message:
-----------
Shrinking the marker mouse-y tolerance again. It was a bit too high,
making normal transforms get caught too often. I've got a few more
methods that I'll be trialling in the near future

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

Modified: trunk/blender/source/blender/editors/animation/anim_markers.c
===================================================================
--- trunk/blender/source/blender/editors/animation/anim_markers.c	2011-03-02 23:39:08 UTC (rev 35313)
+++ trunk/blender/source/blender/editors/animation/anim_markers.c	2011-03-02 23:40:32 UTC (rev 35314)
@@ -414,7 +414,7 @@
  */
 
 /* maximum y-axis value (in region screen-space) that marker events should still be accepted for  */
-#define ANIMEDIT_MARKER_YAXIS_MAX 	40
+#define ANIMEDIT_MARKER_YAXIS_MAX 	30
 
 /* ------------------------ */
 




More information about the Bf-blender-cvs mailing list