Blender Git Commit Log
Git Commits -> Revision 3cbdb31
April 3, 2015, 13:18 (GMT) |
Added the major parameters for the hair simulation. This is basically copied from existing cloth sim settings, with a good deal of cleanup and sanitization. Unlike cloth parameters, the damping values are described as relative to their associated stiffness values for springs. This is much easier to use in practice and less prone to lead to unstable simulations. Damping simply works best when the force is in the same order of magnitude as the stiffness, so having a relative factor requires much less adjustment on the user side. |
Commit Details:
Full Hash: 3cbdb312559684d4c69a1249e2678c817e122d45
Parent Commit: 0ab2bb5
Lines Changed: +103, -4
5 Modified Paths:
/release/scripts/startup/bl_ui/properties_object.py (+22, -1) (Diff)
/source/blender/blenkernel/intern/cache_library.c (+10, -0) (Diff)
/source/blender/makesdna/DNA_cache_library_types.h (+6, -0) (Diff)
/source/blender/makesrna/intern/rna_cache_library.c (+61, -0) (Diff)
/source/blender/physics/intern/BPH_mass_spring.cpp (+4, -3) (Diff)
/source/blender/blenkernel/intern/cache_library.c (+10, -0) (Diff)
/source/blender/makesdna/DNA_cache_library_types.h (+6, -0) (Diff)
/source/blender/makesrna/intern/rna_cache_library.c (+61, -0) (Diff)
/source/blender/physics/intern/BPH_mass_spring.cpp (+4, -3) (Diff)