Blender Git Commit Log
Git Commits -> Revision 964f297
Revision 964f297 by Campbell Barton (master) November 5, 2012, 14:39 (GMT) |
avoid using BLI_array for remove double helper function - bmesh_find_doubles_common(), was growing and array one at a time (with re-allocs), when the size is known. |
Commit Details:
Full Hash: 964f29797b1e5ea938319da14a3cc8f22595fcb0
SVN Revision: 51909
Parent Commit: 5a8d5f7
Lines Changed: +46, -31