Blender Git Commit Log
Git Commits -> Revision 001a15a
Revision 001a15a by Campbell Barton (master) January 23, 2012, 13:50 (GMT) |
speedup for mesh -> bmesh conversion - was looping over all verts/edges/faces to setup the selection store, even when there was no selection store (mselect), since this is fairly common case, add a check. also use BLI_array_growitems rather then BLI_array_growone to allocate in larger steps. |
Commit Details:
Full Hash: 001a15a721aed6dc7d84de64288f566f08820932
SVN Revision: 43636
Parent Commit: f8d2158
Lines Changed: +12, -4
1 Modified Path:
/source/blender/bmesh/operators/mesh_conv.c (+12, -4) (Diff)