Blender Git Commit Log
Git Commits -> Revision 39439a3
Revision 39439a3 by Bastien Montagne (master) August 26, 2019, 14:03 (GMT) |
Fix T69156: Blender crash when baking rigid body world. Issue was exposed by recent own rB03bf84db86b commit, but was actually present in RNA API for PointCaches since (probably) ages: whole accessor code here was assuming that owner ID was an Object, when it is actually a scene for RigidBody simulations... Had also to make `BKE_ptcache_id_find()` and friends a bit more flexible, now they also accept a NULL object pointer parameter... |
Commit Details:
Full Hash: 39439a3afe18bb614e7ada1f61682b602a6c0549
Parent Commit: 51d9f56
Lines Changed: +113, -56