[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [41136] trunk/blender/source/blender/ editors/uvedit/uvedit_unwrap_ops.c: Fix #28942: Minimize stretch in UV editing has no continues grab

Sergey Sharybin g.ulairi at gmail.com
Thu Oct 20 10:03:30 CEST 2011


Revision: 41136
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=41136
Author:   nazgul
Date:     2011-10-20 08:03:29 +0000 (Thu, 20 Oct 2011)
Log Message:
-----------
Fix #28942: Minimize stretch in UV editing has no continues grab

Modified Paths:
--------------
    trunk/blender/source/blender/editors/uvedit/uvedit_unwrap_ops.c

Modified: trunk/blender/source/blender/editors/uvedit/uvedit_unwrap_ops.c
===================================================================
--- trunk/blender/source/blender/editors/uvedit/uvedit_unwrap_ops.c	2011-10-20 07:56:04 UTC (rev 41135)
+++ trunk/blender/source/blender/editors/uvedit/uvedit_unwrap_ops.c	2011-10-20 08:03:29 UTC (rev 41136)
@@ -464,7 +464,7 @@
 	/* identifiers */
 	ot->name= "Minimize Stretch";
 	ot->idname= "UV_OT_minimize_stretch";
-	ot->flag= OPTYPE_REGISTER|OPTYPE_UNDO;
+	ot->flag= OPTYPE_REGISTER|OPTYPE_UNDO|OPTYPE_GRAB_POINTER|OPTYPE_BLOCKING;
 	ot->description="Reduce UV stretching by relaxing angles";
 	
 	/* api callbacks */




More information about the Bf-blender-cvs mailing list