Blender Git Loki
Git Commits -> Revision fa56691
Revision fa56691 by Luca Rood (cloth-improvements) December 1, 2016, 12:15 (GMT) |
Implement separate tension and compression components |
Commit Details:
Full Hash: fa5669164bf236699ce26d5960d4eeffb5fc1648
Parent Commit: 5721918
Lines Changed: +114, -40
7 Modified Paths:
/release/scripts/startup/bl_ui/properties_physics_cloth.py (+8, -3) (Diff)
/source/blender/blenkernel/intern/cloth.c (+6, -3) (Diff)
/source/blender/makesdna/DNA_cloth_types.h (+7, -4) (Diff)
/source/blender/makesrna/intern/rna_cloth.c (+62, -19) (Diff)
/source/blender/physics/intern/BPH_mass_spring.cpp (+13, -7) (Diff)
/source/blender/physics/intern/implicit.h (+2, -2) (Diff)
/source/blender/physics/intern/implicit_blender.c (+16, -2) (Diff)
/source/blender/blenkernel/intern/cloth.c (+6, -3) (Diff)
/source/blender/makesdna/DNA_cloth_types.h (+7, -4) (Diff)
/source/blender/makesrna/intern/rna_cloth.c (+62, -19) (Diff)
/source/blender/physics/intern/BPH_mass_spring.cpp (+13, -7) (Diff)
/source/blender/physics/intern/implicit.h (+2, -2) (Diff)
/source/blender/physics/intern/implicit_blender.c (+16, -2) (Diff)