Removed blenkernel particle code.

This commit is contained in:
2016-04-13 10:49:39 +02:00
parent cf6cb3dcaf
commit d47173c8ca
45 changed files with 93 additions and 17987 deletions

View File

@@ -6140,8 +6140,7 @@ void special_aftertrans_update(bContext *C, TransInfo *t)
/* flag object caches as outdated */
BKE_ptcache_ids_from_object(&pidlist, ob, t->scene, MAX_DUPLI_RECUR);
for (pid = pidlist.first; pid; pid = pid->next) {
if (pid->type != PTCACHE_TYPE_PARTICLES) /* particles don't need reset on geometry change */
pid->cache->flag |= PTCACHE_OUTDATED;
pid->cache->flag |= PTCACHE_OUTDATED;
}
BLI_freelistN(&pidlist);