Blender Git Commit Log

Git Commits -> Revision 5aab7f6

Revision 5aab7f6 by Jacques Lucke (master)
January 4, 2021, 14:58 (GMT)
Fix T83876: blender crashes when baking particles + smoke sim

This was introduced in rBe5c0d4613a8943c712b57fb336997ecd78e6508e.

The issue is that the new fluid system does not use the pointcache
system for caching anymore, but still relies on pointcache for
other things. For example, it uses DEG_add_collision_relations
which internally creates relations with pointcache. Not sure if
there are other issues.

Ideally, this dependence should be resolved in one way or another
at some point, but that is out of scope for this fix.

Differential Revision: https://developer.blender.org/D9984

Reviewers: brecht

Commit Details:

Full Hash: 5aab7f66a0bc5d7888c98fad3da697af8a623bff
Parent Commit: 09c1cb8
Lines Changed: +8, -1

1 Modified Path:

/source/blender/blenkernel/intern/pointcache.c (+8, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021