Blender Git Commit Log
Git Commits -> Revision d7dc751
Revision d7dc751 by Soumya Pochiraju (soc-2021-simulation-display) September 11, 2021, 06:27 (GMT) |
Fix memory leak in non primitive collision shape - The previous commit didn't fix the leak as the mesh data was not being freed every draw call - Now the mesh is generated during evaluation along with the physics shape. - The collisions shape draw data mesh is stored in the shared struct, along with the physics references |
Commit Details:
Full Hash: d7dc751a9426a5bce0c4f50b62bed47bd1da85c5
Parent Commit: 12e5b94
Lines Changed: +32, -54