[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [23906] trunk/blender/source/blender/ editors/transform/transform_ops.c: enable wrap cursor for transform.

Campbell Barton ideasman42 at gmail.com
Sat Oct 17 17:25:19 CEST 2009


Revision: 23906
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=23906
Author:   campbellbarton
Date:     2009-10-17 17:25:19 +0200 (Sat, 17 Oct 2009)

Log Message:
-----------
enable wrap cursor for transform. might want this disabled when the manipulator is used?

Modified Paths:
--------------
    trunk/blender/source/blender/editors/transform/transform_ops.c

Modified: trunk/blender/source/blender/editors/transform/transform_ops.c
===================================================================
--- trunk/blender/source/blender/editors/transform/transform_ops.c	2009-10-17 14:58:04 UTC (rev 23905)
+++ trunk/blender/source/blender/editors/transform/transform_ops.c	2009-10-17 15:25:19 UTC (rev 23906)
@@ -327,6 +327,7 @@
 
 		t->flag |= T_MODAL; // XXX meh maybe somewhere else
 
+		op->flag |= OP_GRAB_POINTER; // XXX maybe we want this with the manipulator only?
 		return OPERATOR_RUNNING_MODAL;
 	}
 }





More information about the Bf-blender-cvs mailing list