Campbell Barton
3264461598
move bmesh array lookup data and utility functions from editmesh into bmesh,
...
since enough bmesh operations can also take advantage of direct index lookups on verts/edges/faces.
developers note:
- EDBM_index_arrays_init/ensure/free -> BM_mesh_elem_table_ensure/init/free
- EDBM_vert/edge/face_at_index -> BM_vert/edge/face_at_index
- EDBM_uv_element_map_create/free -> BM_uv_element_map_create/free
- ED_uv_element_get -> BM_uv_element_get
2013-10-28 02:05:33 +00:00
..
2013-06-02 03:59:19 +00:00
2013-09-03 22:32:03 +00:00
2013-08-23 04:22:07 +00:00
2013-08-26 14:53:40 +00:00
2013-08-26 14:53:40 +00:00
2013-06-02 03:59:19 +00:00
2013-09-09 05:42:26 +00:00
2013-07-16 08:24:53 +00:00
2013-07-27 18:17:19 +00:00
2013-06-02 03:59:19 +00:00
2013-06-02 03:59:19 +00:00
2013-10-28 02:05:33 +00:00
2013-10-20 13:01:07 +00:00
2013-06-02 03:59:19 +00:00
2013-08-23 04:22:07 +00:00
2013-09-15 01:47:40 +00:00
2013-05-21 11:37:42 +00:00
2012-02-17 18:59:41 +00:00
2013-06-02 03:59:19 +00:00
2013-07-16 08:24:53 +00:00
2013-08-07 03:55:21 +00:00
2013-06-02 03:59:19 +00:00
2013-05-30 17:36:43 +00:00
2013-05-28 19:35:26 +00:00
2013-05-28 19:35:26 +00:00
2013-09-12 03:02:50 +00:00
2013-09-19 23:17:52 +00:00
2013-06-02 03:59:19 +00:00
2013-07-16 08:24:53 +00:00
2013-07-28 10:38:25 +00:00
2013-06-26 02:47:56 +00:00
2013-06-02 03:59:19 +00:00
2013-08-11 05:40:35 +00:00
2013-08-19 10:11:48 +00:00
2013-07-16 08:24:53 +00:00
2013-05-30 17:36:43 +00:00
2013-07-14 13:18:05 +00:00
2013-07-19 10:40:20 +00:00
2013-07-16 08:24:53 +00:00
2013-07-26 10:43:23 +00:00
2013-08-21 07:51:47 +00:00
2013-06-02 03:59:19 +00:00
2013-07-16 08:24:53 +00:00
2013-06-02 03:59:19 +00:00
2013-07-13 05:43:35 +00:00
2013-09-12 10:41:00 +00:00
2013-07-16 08:24:53 +00:00
2013-08-23 04:22:07 +00:00
2013-10-20 13:01:07 +00:00
2013-10-20 13:01:07 +00:00
2013-09-18 15:48:24 +00:00
2013-06-05 03:10:29 +00:00
2013-10-20 13:01:07 +00:00
2013-10-20 13:01:07 +00:00
2013-10-20 13:01:07 +00:00
2013-05-08 12:59:35 +00:00
2013-08-04 03:45:30 +00:00
2013-06-10 18:12:07 +00:00
2013-09-03 21:22:43 +00:00