[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [55775] trunk/blender/source/blender/ editors/transform/transform.c: metaballs were not scaling/ rotating about their own centers when V3D_LOCAL was used.

Campbell Barton ideasman42 at gmail.com
Thu Apr 4 11:59:06 CEST 2013


Revision: 55775
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=55775
Author:   campbellbarton
Date:     2013-04-04 09:59:06 +0000 (Thu, 04 Apr 2013)
Log Message:
-----------
metaballs were not scaling/rotating about their own centers when V3D_LOCAL was used.

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

Modified: trunk/blender/source/blender/editors/transform/transform.c
===================================================================
--- trunk/blender/source/blender/editors/transform/transform.c	2013-04-04 09:50:51 UTC (rev 55774)
+++ trunk/blender/source/blender/editors/transform/transform.c	2013-04-04 09:59:06 UTC (rev 55775)
@@ -112,6 +112,7 @@
 	return ((t->around == V3D_LOCAL) && (
 	            (t->flag & (T_OBJECT | T_POSE)) ||
 	            (t->obedit && t->obedit->type == OB_MESH && (t->settings->selectmode & (SCE_SELECT_EDGE | SCE_SELECT_FACE))) ||
+	            (t->obedit && t->obedit->type == OB_MBALL) ||
 	            (t->obedit && t->obedit->type == OB_ARMATURE) ||
 	            (t->spacetype == SPACE_IPO))
 	        );




More information about the Bf-blender-cvs mailing list