Blender Git Commit Log
Git Commits -> Revision 396a3d3
Revision 396a3d3 by Nicholas Bishop (master) May 22, 2012, 15:18 (GMT) |
Add MVertSkin DNA/RNA and customdata (CD_MVERT_SKIN). The MVertSkin currently just stores local skin radii and skin flags (MVertSkinFlag). Skin modifier documentation: http://wiki.blender.org/index.php/User:Nicholasbishop/SkinModifier Reviewed by Campbell Barton. |
Commit Details:
Full Hash: 396a3d31cc500af0ae2185c8c116bab44b3baeec
SVN Revision: 46885
Parent Commit: 53b01d9
Lines Changed: +189, -12
5 Modified Paths:
/source/blender/blenkernel/intern/customdata.c (+39, -7) (Diff)
/source/blender/makesdna/DNA_customdata_types.h (+5, -5) (Diff)
/source/blender/makesdna/DNA_meshdata_types.h (+21, -0) (Diff)
/source/blender/makesrna/intern/rna_mesh.c (+122, -0) (Diff)
/source/blender/makesrna/RNA_access.h (+2, -0) (Diff)
/source/blender/makesdna/DNA_customdata_types.h (+5, -5) (Diff)
/source/blender/makesdna/DNA_meshdata_types.h (+21, -0) (Diff)
/source/blender/makesrna/intern/rna_mesh.c (+122, -0) (Diff)
/source/blender/makesrna/RNA_access.h (+2, -0) (Diff)