Blender Git Loki
Git Commits -> Revision 5ad6bdb
Revision 5ad6bdb by Luca Rood (cloth-improvements) March 15, 2017, 08:36 (GMT) |
Implement rest planarity factor scaling |
Commit Details:
Full Hash: 5ad6bdb0216235934f32fdbbf084187c24bb9fc6
Parent Commit: d6bee4b
Lines Changed: +76, -4
6 Modified Paths:
/release/scripts/startup/bl_ui/properties_physics_cloth.py (+8, -0) (Diff)
/source/blender/blenkernel/BKE_cloth.h (+2, -0) (Diff)
/source/blender/blenkernel/intern/cloth.c (+6, -0) (Diff)
/source/blender/makesdna/DNA_cloth_types.h (+3, -2) (Diff)
/source/blender/makesrna/intern/rna_cloth.c (+53, -0) (Diff)
/source/blender/physics/intern/BPH_mass_spring.cpp (+4, -2) (Diff)
/source/blender/blenkernel/BKE_cloth.h (+2, -0) (Diff)
/source/blender/blenkernel/intern/cloth.c (+6, -0) (Diff)
/source/blender/makesdna/DNA_cloth_types.h (+3, -2) (Diff)
/source/blender/makesrna/intern/rna_cloth.c (+53, -0) (Diff)
/source/blender/physics/intern/BPH_mass_spring.cpp (+4, -2) (Diff)