Blender Git Loki
Git Commits -> Revision 37e1285
Revision 37e1285 by Daniel Genrich (master) January 23, 2012, 01:35 (GMT) |
Cloth: Add "velocity damping" to damping options. This will help with the "cloth wobbling" problem which accurs quite often when having animated characters with cloth. |
Commit Details:
Full Hash: 37e128504257db0c37e31f26a626b2f92b2d10db
SVN Revision: 43627
Parent Commit: 6296352
Lines Changed: +29, -1
7 Modified Paths:
/release/scripts/startup/bl_ui/properties_physics_cloth.py (+1, -0) (Diff)
/source/blender/blenkernel/intern/cloth.c (+1, -0) (Diff)
/source/blender/blenkernel/intern/implicit.c (+3, -0) (Diff)
/source/blender/blenloader/intern/readfile.c (+14, -0) (Diff)
/source/blender/makesdna/DNA_cloth_types.h (+2, -1) (Diff)
/source/blender/makesdna/DNA_object_force.h (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_cloth.c (+6, -0) (Diff)
/source/blender/blenkernel/intern/cloth.c (+1, -0) (Diff)
/source/blender/blenkernel/intern/implicit.c (+3, -0) (Diff)
/source/blender/blenloader/intern/readfile.c (+14, -0) (Diff)
/source/blender/makesdna/DNA_cloth_types.h (+2, -1) (Diff)
/source/blender/makesdna/DNA_object_force.h (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_cloth.c (+6, -0) (Diff)