Blender Git Commit Log
Git Commits -> Revision c6f05db
Revision c6f05db by Luca Rood (cloth-improvements) March 12, 2017, 19:26 (GMT) |
Add support for external basemesh object This allows the usage of a different object as the rest shape, which enables more flexibility regarding animated rest shapes. |
Commit Details:
Full Hash: c6f05db9122ebc4f9943d0ab02bbea25e6b16ed2
Parent Commit: a87cd01
Lines Changed: +138, -8
6 Modified Paths:
/release/scripts/startup/bl_ui/properties_physics_cloth.py (+6, -2) (Diff)
/source/blender/blenkernel/BKE_cloth.h (+2, -0) (Diff)
/source/blender/blenkernel/intern/cloth.c (+79, -6) (Diff)
/source/blender/makesdna/DNA_cloth_types.h (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_cloth.c (+34, -0) (Diff)
/source/blender/modifiers/intern/MOD_cloth.c (+15, -0) (Diff)
/source/blender/blenkernel/BKE_cloth.h (+2, -0) (Diff)
/source/blender/blenkernel/intern/cloth.c (+79, -6) (Diff)
/source/blender/makesdna/DNA_cloth_types.h (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_cloth.c (+34, -0) (Diff)
/source/blender/modifiers/intern/MOD_cloth.c (+15, -0) (Diff)