Bugfix, IRC report:

The "Add Monkey" object name should be Suzanne - as it was until 2.50. :)
This commit is contained in:
Ton Roosendaal 2012-11-13 15:47:22 +00:00
parent f579aea076
commit 7abee9614a

@ -420,7 +420,7 @@ static int add_primitive_monkey_exec(bContext *C, wmOperator *op)
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;