[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [51353] trunk/blender/source/blender/ editors/animation/anim_ops.c: dragging the playhead now uses continuous grab.

Campbell Barton ideasman42 at gmail.com
Tue Oct 16 00:45:50 CEST 2012


Revision: 51353
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=51353
Author:   campbellbarton
Date:     2012-10-15 22:45:47 +0000 (Mon, 15 Oct 2012)
Log Message:
-----------
dragging the playhead now uses continuous grab.

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

Modified: trunk/blender/source/blender/editors/animation/anim_ops.c
===================================================================
--- trunk/blender/source/blender/editors/animation/anim_ops.c	2012-10-15 21:12:58 UTC (rev 51352)
+++ trunk/blender/source/blender/editors/animation/anim_ops.c	2012-10-15 22:45:47 UTC (rev 51353)
@@ -172,7 +172,7 @@
 	ot->poll = change_frame_poll;
 	
 	/* flags */
-	ot->flag = OPTYPE_BLOCKING | OPTYPE_UNDO;
+	ot->flag = OPTYPE_BLOCKING | OPTYPE_UNDO | OPTYPE_GRAB_POINTER;
 
 	/* rna */
 	RNA_def_int(ot->srna, "frame", 0, MINAFRAME, MAXFRAME, "Frame", "", MINAFRAME, MAXFRAME);




More information about the Bf-blender-cvs mailing list