[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [52185] trunk/blender/source/blender/ editors/mesh/editmesh_add.c: Bugfix, IRC report:

Ton Roosendaal ton at blender.org
Tue Nov 13 16:47:23 CET 2012


Revision: 52185
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=52185
Author:   ton
Date:     2012-11-13 15:47:22 +0000 (Tue, 13 Nov 2012)
Log Message:
-----------
Bugfix, IRC report:

The "Add Monkey" object name should be Suzanne - as it was until 2.50. :)

Modified Paths:
--------------
    trunk/blender/source/blender/editors/mesh/editmesh_add.c

Modified: trunk/blender/source/blender/editors/mesh/editmesh_add.c
===================================================================
--- trunk/blender/source/blender/editors/mesh/editmesh_add.c	2012-11-13 15:46:55 UTC (rev 52184)
+++ trunk/blender/source/blender/editors/mesh/editmesh_add.c	2012-11-13 15:47:22 UTC (rev 52185)
@@ -420,7 +420,7 @@
 	if (!view_aligned)
 		rot[0] += (float)M_PI / 2.0f;
 
-	obedit = make_prim_init(C, "Monkey", &dia, mat, &state, loc, rot, layer);
+	obedit = make_prim_init(C, "Suzanne", &dia, mat, &state, loc, rot, layer);
 	mat[0][0] *= dia;
 	mat[1][1] *= dia;
 	mat[2][2] *= dia;




More information about the Bf-blender-cvs mailing list