Blender Git Loki
Git Commits -> Revision 28936a4
Revision 28936a4 by Daniel Genrich (master) February 6, 2014, 17:55 (GMT) |
Patch T31269: Add sewing seams to cloth simulation Description: -------------------------- Use loose edges marked as seams as sewing springs. Usage: ------------------------- All this patch does is set the rest length to 0 and the stiffness to 1 for springs for loose edges marked as seams so that during the cloth simulation they will be brought together. Example Video: ------------------------- https://www.youtube.com/watch?v=-Y_bC0gjoM0 Original Patch by thesleepless (+ git patch by codemanx) Thank you! |
Commit Details:
Full Hash: 28936a415076dbded4ec55cf94c49e8d0abe4035
Parent Commit: e2541f8
Lines Changed: +131, -10
6 Modified Paths:
/release/scripts/startup/bl_ui/properties_physics_cloth.py (+10, -0) (Diff)
/source/blender/blenkernel/BKE_cloth.h (+5, -2) (Diff)
/source/blender/blenkernel/intern/cloth.c (+41, -5) (Diff)
/source/blender/blenkernel/intern/implicit.c (+11, -2) (Diff)
/source/blender/makesdna/DNA_cloth_types.h (+5, -1) (Diff)
/source/blender/makesrna/intern/rna_cloth.c (+59, -0) (Diff)
/source/blender/blenkernel/BKE_cloth.h (+5, -2) (Diff)
/source/blender/blenkernel/intern/cloth.c (+41, -5) (Diff)
/source/blender/blenkernel/intern/implicit.c (+11, -2) (Diff)
/source/blender/makesdna/DNA_cloth_types.h (+5, -1) (Diff)
/source/blender/makesrna/intern/rna_cloth.c (+59, -0) (Diff)