Blender Git Loki
Git Commits -> Revision 9989007
Revision 9989007 by Luca Rood (cloth-improvements) January 19, 2017, 22:10 (GMT) |
Remove self collision quality (integrated with object collision) Self collisions are now impulse based, and utilize the same solver as the object collisions. Having separate quality controls would cause issues when self and object collisions occur simultaneously. |
Commit Details:
Full Hash: 998900794de4fc5e5fed7ab29ed51a1b4c449af4
Parent Commit: 61f8a1c
Lines Changed: +29, -49
5 Modified Paths:
/release/scripts/startup/bl_ui/properties_physics_cloth.py (+0, -3) (Diff)
/source/blender/blenkernel/intern/cloth.c (+0, -1) (Diff)
/source/blender/blenkernel/intern/collision.c (+28, -34) (Diff)
/source/blender/makesdna/DNA_cloth_types.h (+1, -2) (Diff)
/source/blender/makesrna/intern/rna_cloth.c (+0, -9) (Diff)
/source/blender/blenkernel/intern/cloth.c (+0, -1) (Diff)
/source/blender/blenkernel/intern/collision.c (+28, -34) (Diff)
/source/blender/makesdna/DNA_cloth_types.h (+1, -2) (Diff)
/source/blender/makesrna/intern/rna_cloth.c (+0, -9) (Diff)