Blender Git Commit Log
Git Commits -> Revision 8a5f362
Revision 8a5f362 by Geoffrey Bantle (master) June 2, 2008, 20:52 (GMT) |
-> More Bmesh Custom Data stuff Some more Bmesh custom data functions and structures. This still does not do anything yet because the various conversion functions don't bother making use of the new custom data functions. Hooking them up should be fairly simple though. Also note that the custom data code is mostly copy/pasted from the existing custom data functions for editmode with a few modifications. Duplicating code like this isn't nice, but I felt it was better to keep things for Bmesh 'standalone' for the moment and take only what is immediatly needed instead of creating a tangle of interdependant code. |
Commit Details:
Full Hash: 8a5f36219214b4a5b8348b8e200ef5aac2297963
SVN Revision: 15088
Parent Commit: 1cc61f6
Lines Changed: +406, -128
2 Added Paths:
/source/blender/blenkernel/BKE_bmeshCustomData.h (+108, -0) (View)
/source/blender/blenkernel/intern/BME_Customdata.c (+197, -0) (View)
/source/blender/blenkernel/intern/BME_Customdata.c (+197, -0) (View)
6 Modified Paths:
/source/blender/blenkernel/BKE_bmesh.h (+5, -54) (Diff)
/source/blender/blenkernel/intern/BME_conversions.c (+15, -7) (Diff)
/source/blender/blenkernel/intern/BME_mesh.c (+52, -40) (Diff)
/source/blender/blenkernel/intern/BME_structure.c (+21, -23) (Diff)
/source/blender/blenkernel/intern/modifier.c (+2, -2) (Diff)
/source/blender/src/editmesh_tools.c (+6, -2) (Diff)
/source/blender/blenkernel/intern/BME_conversions.c (+15, -7) (Diff)
/source/blender/blenkernel/intern/BME_mesh.c (+52, -40) (Diff)
/source/blender/blenkernel/intern/BME_structure.c (+21, -23) (Diff)
/source/blender/blenkernel/intern/modifier.c (+2, -2) (Diff)
/source/blender/src/editmesh_tools.c (+6, -2) (Diff)