Blender Git Commit Log
Git Commits -> Revision 0796c10
Revision 0796c10 by Lukas Toenne (gooseberry, gooseberry_farm, hair_immediate_fixes, hair_system, temp_constraint_volume, temp_hair_flow, temp_hair_modifiers, temp_motionpaths) September 3, 2014, 13:44 (GMT) |
Preparation for collision code fixing. Instead of handling contact tests and collision response in the same function in collision.c, first generate contact points and return them as a list, then free at the end of the stepping function. This way the contact response can be integrated into the conjugate gradient method properly instead of using the hackish and unstable double evaluation that is currently used. |
Commit Details:
Full Hash: 0796c1005e425bb93d7747fa453af27cbbae1f3a
Parent Commit: cfea750
Lines Changed: +167, -1