Blender Git Loki
Git Commits -> Revision 6341313
Revision 6341313 by Brecht Van Lommel (render25) March 26, 2010, 15:06 (GMT) |
Render Branch: Rest shape key for cloth option, this makes it possible to specify different spring lengths. Implementation is quite ugly because the shape key has to be pulled through the modifier stack somehow, need a more flexible data mask system to solve this properly. |
Commit Details:
Full Hash: 6341313df0db473d98349e55a636731bdb515c4f
SVN Revision: 27773
Parent Commit: 5ac1c4f
Lines Changed: +220, -81
10 Modified Paths:
/source/blender/blenkernel/BKE_cloth.h (+2, -0) (Diff)
/source/blender/blenkernel/intern/cloth.c (+29, -11) (Diff)
/source/blender/blenkernel/intern/customdata.c (+3, -2) (Diff)
/source/blender/blenkernel/intern/DerivedMesh.c (+115, -50) (Diff)
/source/blender/blenkernel/intern/modifier.c (+6, -2) (Diff)
/source/blender/makesdna/DNA_cloth_types.h (+3, -1) (Diff)
/source/blender/makesdna/DNA_customdata_types.h (+3, -1) (Diff)
/source/blender/makesrna/intern/rna_cloth.c (+22, -0) (Diff)
/source/blender/makesrna/intern/rna_internal.h (+3, -0) (Diff)
/source/blender/makesrna/intern/rna_key.c (+34, -14) (Diff)
/source/blender/blenkernel/intern/cloth.c (+29, -11) (Diff)
/source/blender/blenkernel/intern/customdata.c (+3, -2) (Diff)
/source/blender/blenkernel/intern/DerivedMesh.c (+115, -50) (Diff)
/source/blender/blenkernel/intern/modifier.c (+6, -2) (Diff)
/source/blender/makesdna/DNA_cloth_types.h (+3, -1) (Diff)
/source/blender/makesdna/DNA_customdata_types.h (+3, -1) (Diff)
/source/blender/makesrna/intern/rna_cloth.c (+22, -0) (Diff)
/source/blender/makesrna/intern/rna_internal.h (+3, -0) (Diff)
/source/blender/makesrna/intern/rna_key.c (+34, -14) (Diff)