Blender Git Commit Log
Git Commits -> Revision 69159cb
Revision 69159cb by Lukas Toenne (hair_system) August 8, 2014, 13:57 (GMT) |
Secondary penalty force for collisions to prevent penetrations. The first component only cancels out the relative velocity, but does not prevent further penetration of hair into other objects. This second force component actively pushes the hair outward based on the distance from a collision margin. |
Commit Details:
Full Hash: 69159cb7bc24c2f06892d8346efb4e42b409cf90
Parent Commit: 4cb095d
Lines Changed: +29, -11
5 Modified Paths:
/release/scripts/startup/bl_ui/properties_data_modifier.py (+1, -0) (Diff)
/source/blender/hair/intern/HAIR_collision.cpp (+7, -5) (Diff)
/source/blender/hair/intern/HAIR_solver.cpp (+12, -6) (Diff)
/source/blender/makesdna/DNA_hair_types.h (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_hair.c (+7, -0) (Diff)
/source/blender/hair/intern/HAIR_collision.cpp (+7, -5) (Diff)
/source/blender/hair/intern/HAIR_solver.cpp (+12, -6) (Diff)
/source/blender/makesdna/DNA_hair_types.h (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_hair.c (+7, -0) (Diff)