Blender Git Loki
Git Commits -> Revision cead1e1
Revision cead1e1 by Campbell Barton (master) December 6, 2011, 22:55 (GMT) |
added mesh_calc_normals_ex() which is mesh_calc_normals() with an option to skip recalculating the vertex normals (only calculate poly/face normals instead). also removed unneeded allocation of face normals. otherwise no functional change. |
Commit Details:
Full Hash: cead1e19770d3523df5a4e84bec6ea1f373fe9e7
SVN Revision: 42471
Parent Commit: 35e80c5
Lines Changed: +109, -54