Blender Git Loki
Git Commits -> Revision 33321d1
Revision 33321d1 by Geoffrey Bantle (master) June 1, 2008, 18:02 (GMT) |
-> Beginning of Custom Data support for BMesh Now that new allocator is in place, Custom Data can be effeciently added to BMesh. The plan is to make all data not directly related to topology Custom Data and allow callers to decide precisely what information a mesh should have in order to make the best tradeoff between memory usage/speed. Right now not much to look at, just some structure definitions and commented out code. More to come soon... |
Commit Details:
Full Hash: 33321d13d32a960be7e3aa7ee652ad4b23667d97
SVN Revision: 15082
Parent Commit: 07b1608
Lines Changed: +87, -14