Blender Git Commit Log
Git Commits -> Revision ece3418
Revision ece3418 by Campbell Barton (master) February 19, 2012, 01:51 (GMT) |
edit-derived-mesh had a table for vert/edge/face lookups - that were never used. removed these and replaced them with calls to BM_vert_at_index, BM_edge_at_index - which are not ideal but same as trunk does. |
Commit Details:
Full Hash: ece3418b4eb335bf26c954537d550da8e083e25f
SVN Revision: 44232
Parent Commit: 2fd4877
Lines Changed: +26, -85