Blender Git Commit Log
Git Commits -> Revision 0499200
Revision 0499200 by Daniel Genrich (master) June 6, 2012, 13:30 (GMT) |
Cloth: Add support for "Self Collision Vertex Group". Self collision vertex groups enable artists to exclude selected vertices from getting involved in self collisions. This speeds simulations and it also resolves some self collision issues. |
Commit Details:
Full Hash: 0499200e39204a349fda12fdd44c409c6e4e6fc8
SVN Revision: 47515
Parent Commit: d6ebba4
Lines Changed: +49, -4
6 Modified Paths:
/release/scripts/startup/bl_ui/properties_physics_cloth.py (+2, -0) (Diff)
/source/blender/blenkernel/BKE_cloth.h (+1, -1) (Diff)
/source/blender/blenkernel/intern/cloth.c (+12, -2) (Diff)
/source/blender/blenkernel/intern/collision.c (+4, -0) (Diff)
/source/blender/makesdna/DNA_cloth_types.h (+4, -1) (Diff)
/source/blender/makesrna/intern/rna_cloth.c (+26, -0) (Diff)
/source/blender/blenkernel/BKE_cloth.h (+1, -1) (Diff)
/source/blender/blenkernel/intern/cloth.c (+12, -2) (Diff)
/source/blender/blenkernel/intern/collision.c (+4, -0) (Diff)
/source/blender/makesdna/DNA_cloth_types.h (+4, -1) (Diff)
/source/blender/makesrna/intern/rna_cloth.c (+26, -0) (Diff)