Blender Git Loki
Git Commits -> Revision 7cadd24
Revision 7cadd24 by Bastien Montagne (master) April 19, 2012, 12:31 (GMT) |
BMESH_TODO: xsort of vertices working again. This commits adds a new function which can remap vertices/edges/faces of a BMesh in a new given order: void BM_mesh_remap(BMesh *bm, int *vert_idx, int *edge_idx, int *face_idx) |
Commit Details:
Full Hash: 7cadd242d3eb7a29f19efe1d1462dbe12998c196
SVN Revision: 45779
Parent Commit: 75b869e
Lines Changed: +220, -37