Bastien Montagne 7cadd242d3 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)
2012-04-19 12:31:39 +00:00
2012-04-05 09:41:55 +00:00
2012-04-17 10:25:23 +00:00
2010-10-13 14:44:22 +00:00
2012-03-01 12:20:18 +00:00
2012-04-14 22:33:48 +00:00
Description
No description provided
841 MiB
Languages
C++ 78%
Python 14.9%
C 2.9%
GLSL 1.9%
CMake 1.2%
Other 0.9%