Removed blenkernel particle code.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user