Go to file
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
build_files Update OpenEXR to 2.0.1, this seems to fix some issues. 2013-10-27 08:19:08 +00:00
doc sphinx docgen wasn't including example scripts for python methods of RNA types. 2013-10-15 05:55:51 +00:00
extern Weighted tracks 2013-10-26 13:22:38 +00:00
intern cmake: bsp needs moto 2013-10-27 13:58:13 +00:00
release Weighted tracks 2013-10-26 13:22:38 +00:00
source move bmesh array lookup data and utility functions from editmesh into bmesh, 2013-10-28 02:05:33 +00:00
CMakeLists.txt OSX/CMake: fix ftemplate condition 2013-10-24 18:46:00 +00:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile lots of operator descriptions were incorrectly copy/pasted. 2013-09-30 05:50:41 +00:00
SConstruct OSX/scons: clean message 2013-10-12 15:31:53 +00:00