Blender Git Commit Log
Git Commits -> Revision d42a7bb
January 16, 2020, 17:54 (GMT) |
Integrate hair collisions with cloth collision This integrates hair collisions with the new cloth collision system, greatly improving reliability, and reducing the amount of hair-specific code paths in the cloth code. The removes all the point constraint based collision stuff, instead implementing segment impulse based collisions, using the same collision response code as the normal cloth solver. The hair system can now also collide with the emitter if it is a collision object. Reviewed By: mano-wii, Sebastian Parborg Differential Revision: https://developer.blender.org/D6545 |
Commit Details:
Full Hash: d42a7bbd6ea57c69293d3bf978aae2c0e4241b57
Parent Commit: 2cd3298
Committed By: Sebastian Parborg
Lines Changed: +425, -542