Blender Git Commit Log
Git Commits -> Revision f7b116e
Revision f7b116e by Nicholas Bishop (master) May 22, 2012, 15:28 (GMT) |
Add Mesh equivalent to BM_edge_other_vert(). /* Return the index of the edge vert that is not equal to 'v'. If * neither edge vertex is equal to 'v', returns -1. */ int BKE_mesh_edge_other_vert(const struct MEdge *e, int v); |
Commit Details:
Full Hash: f7b116e0bdedf68631cbc20eb99e2fb22b4325fa
SVN Revision: 46889
Parent Commit: 5e22802
Lines Changed: +16, -0