Showstoppper... mballs didn't get remade correct after render... it was

showing the orcos (size usally smaller).
This commit is contained in:
2007-05-10 17:27:40 +00:00
parent 7bd7ed2b1c
commit a8a8742f1c

View File

@@ -1634,6 +1634,9 @@ static void init_render_mball(Render *re, Object *ob)
/* enforce display lists remade */
freedisplist(&ob->disp);
}
/* this enforces remake for real, orco displist is small (in scale) */
ob->recalc |= OB_RECALC_DATA;
}
/* ------------------------------------------------------------------------- */
/* convert */