Blender Git Commit Log
Git Commits -> Revision 4392fc6
Revision 4392fc6 by Campbell Barton (master) May 10, 2013, 10:07 (GMT) |
Optimize BKE_mesh_calc_normals(), gives approx 25% speedup. - no need to allocate polygon normal array. - no need to use BLI_array_ functions (realloc's). - reduce some of the looping. |
Commit Details:
Full Hash: 4392fc6f1d4950ab0e0e60aae1bd5dea5baf26de
SVN Revision: 56649
Parent Commit: a961b68
Lines Changed: +60, -39