This commit is contained in:
2016-01-05 01:37:03 +11:00
parent 474aa8515d
commit 66123ef3ad
4 changed files with 6 additions and 8 deletions

View File

@@ -1006,7 +1006,7 @@ static DerivedMesh *applyModifier(ModifierData *md, Object *ob,
if (psys == NULL || psys->totpart == 0) return derivedData;
if (psys->part == NULL || psys->particles == NULL) return derivedData;
if (psmd->dm_final== NULL) return derivedData;
if (psmd->dm_final == NULL) return derivedData;
/* 1. find faces to be exploded if needed */
if (emd->facepa == NULL ||