Fix [#21515] New cubes don't follow grid size for height (Z)

This commit is contained in:
Matt Ebb 2010-03-10 04:23:08 +00:00
parent 54b4266bef
commit 081eca084d

@ -1291,6 +1291,7 @@ static void make_prim_ext(bContext *C, float *loc, float *rot, int enter_editmod
else DAG_id_flush_update(&obedit->id, OB_RECALC_DATA);
dia *= ED_object_new_primitive_matrix(C, loc, rot, mat);
depth *= ED_object_new_primitive_matrix(C, loc, rot, mat);
make_prim(obedit, type, mat, tot, seg, subdiv, dia, depth, ext, fill);