Blender Git Commit Log
Git Commits -> Revision 5afa4b1
Revision 5afa4b1 by Ish Bosamiya (master) March 2, 2020, 14:02 (GMT) |
Fix T65568: sewing and self collision issue As explained in T65568 by @LucaRood, the self collision system should exclude triangles that are connected by sewing springs. Differential Revision: https://developer.blender.org/D6911 |
Commit Details:
Full Hash: 5afa4b1dc8aacdd17f72a2bcaccd53838107c229
Parent Commit: 1648a79
Committed By: Germano Cavalcante
Lines Changed: +213, -15
6 Modified Paths:
/source/blender/blenkernel/BKE_cloth.h (+6, -4) (Diff)
/source/blender/blenkernel/intern/cloth.c (+33, -0) (Diff)
/source/blender/blenkernel/intern/collision.c (+33, -11) (Diff)
/source/blender/blenlib/BLI_ghash.h (+14, -0) (Diff)
/source/blender/blenlib/intern/BLI_ghash_utils.c (+20, -0) (Diff)
/tests/gtests/blenlib/BLI_ghash_performance_test.cc (+107, -0) (Diff)
/source/blender/blenkernel/intern/cloth.c (+33, -0) (Diff)
/source/blender/blenkernel/intern/collision.c (+33, -11) (Diff)
/source/blender/blenlib/BLI_ghash.h (+14, -0) (Diff)
/source/blender/blenlib/intern/BLI_ghash_utils.c (+20, -0) (Diff)
/tests/gtests/blenlib/BLI_ghash_performance_test.cc (+107, -0) (Diff)