fix [#30806] Mirror Hair Particles Bug, Complete Crash

This commit is contained in:
2012-04-05 06:26:18 +00:00
parent 2a54ef0442
commit b73e4126dd

View File

@@ -2572,6 +2572,9 @@ static void PE_mirror_x(Scene *scene, Object *ob, int tagged)
if (!psmd->dm)
return;
/* NOTE: this is not nice to use tessfaces but hard to avoid since pa->num uses tessfaces */
BKE_mesh_tessface_ensure(me);
mirrorfaces= mesh_get_x_mirror_faces(ob, NULL);
if (!edit->mirror_cache)