Blender Git Commit Log
Git Commits -> Revision 54f96ed
Revision 54f96ed by Lukas Toenne (temp_merge_gooseberry_hair) January 19, 2015, 17:09 (GMT) |
Added separate damping for bending springs. The bend damping factor was hardcoded to the same value as the stiffness. Now it has its own factor in the settings and button in hair dynamics. |
Commit Details:
Full Hash: 54f96ede9fdcb3d5224a189b6f80ad68530477d8
Parent Commit: d10ea8a
Lines Changed: +40, -3
6 Modified Paths:
/release/scripts/startup/bl_ui/properties_particle.py (+1, -0) (Diff)
/source/blender/blenkernel/intern/cloth.c (+1, -0) (Diff)
/source/blender/blenloader/intern/versioning_270.c (+19, -0) (Diff)
/source/blender/makesdna/DNA_cloth_types.h (+4, -1) (Diff)
/source/blender/makesrna/intern/rna_cloth.c (+7, -0) (Diff)
/source/blender/physics/intern/BPH_mass_spring.cpp (+8, -2) (Diff)
/source/blender/blenkernel/intern/cloth.c (+1, -0) (Diff)
/source/blender/blenloader/intern/versioning_270.c (+19, -0) (Diff)
/source/blender/makesdna/DNA_cloth_types.h (+4, -1) (Diff)
/source/blender/makesrna/intern/rna_cloth.c (+7, -0) (Diff)
/source/blender/physics/intern/BPH_mass_spring.cpp (+8, -2) (Diff)