Blender Git Commit Log
Git Commits -> Revision 753056d
Revision 753056d by Campbell Barton (master) March 19, 2012, 01:57 (GMT) |
BMesh utility functions, not used yet, - BM_edge_loop_pair incase you need the loops rather then the faces. - BM_edge_ordered_verts_ex() - accepts a loop argument. - BM_edge_length_calc() - simple length calc, useful if the edge is in some array, saves assigning a var and using len_v3v2(). |
Commit Details:
Full Hash: 753056d4e82094fe8993c0efade081600b14359b
SVN Revision: 44981
Parent Commit: ef2dc9b
Lines Changed: +49, -4