Blender Git Loki
Git Commits -> Revision 0ef881c
January 12, 2020, 16:23 (GMT) |
Fix T71620: broken particle collisions due to rB0666ece2e2f9 An optimisation in the collision system for cloth (static collisions), broke the particle collisions, as they take motion into account. This restores the moving BVH required for the particle collisions, while keeping the optimisation for the cloth collisions. Reviewed By: mano-wii Maniphest Tasks: T71620 Differential Revision: https://developer.blender.org/D6560 |
Commit Details:
Full Hash: 0ef881cc57829471c441367ada6bf88119eaf26a
Parent Commit: 1cb938e
Lines Changed: +26, -17