Fix T45350: Cache not being recomputed with "Bake All Dynamics"
This commit is contained in:
parent
ae79eb2105
commit
ee3faddfaa
@ -3618,9 +3618,7 @@ void BKE_ptcache_bake(PTCacheBaker *baker)
|
||||
psys_get_pointcache_start_end(scene, pid->calldata, &cache->startframe, &cache->endframe);
|
||||
}
|
||||
|
||||
if ((cache->flag & PTCACHE_REDO_NEEDED || (cache->flag & PTCACHE_SIMULATION_VALID)==0) &&
|
||||
(render || bake))
|
||||
{
|
||||
if (((cache->flag & PTCACHE_BAKED) == 0) && (render || bake)) {
|
||||
BKE_ptcache_id_clear(pid, PTCACHE_CLEAR_ALL, 0);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user