tornavis/source/blender/editors/mesh
Campbell Barton 40e3ae6478 correct ifdef'd scanfill code, incase someone wants to test. 2012-04-18 15:09:13 +00:00
..
CMakeLists.txt move rip out into its own file 2012-04-17 10:25:23 +00:00
SConscript svn merge ^/trunk/blender -r40587:40643 2011-09-28 07:34:48 +00:00
editface.c rename MPoly vars called mface or mf, to avoid confusion with MFace types. 2012-04-03 23:40:24 +00:00
editmesh_add.c fix invalid *= on an un-initialized value when adding primitives. 2012-03-28 22:11:19 +00:00
editmesh_bvh.c code cleanup: remove/comment some unused code. 2012-04-17 05:09:37 +00:00
editmesh_bvh.h rebane files to match trunk. 2012-02-19 16:54:53 +00:00
editmesh_knife.c correct ifdef'd scanfill code, incase someone wants to test. 2012-04-18 15:09:13 +00:00
editmesh_loopcut.c remove duplicate notifier event 2012-04-13 15:33:29 +00:00
editmesh_rip.c code cleanup: replace use of BM_edge_face_count with BM_edge_is_manifold and BM_edge_is_boundary 2012-04-18 06:44:48 +00:00
editmesh_select.c more replacement for BM_edge_face_count() use. 2012-04-18 06:57:28 +00:00
editmesh_slide.c Fix [#30943] Crash when edge mode enabled and use the bmesh vertex slide(shift-V) 2012-04-15 18:34:13 +00:00
editmesh_tools.c more replacement for BM_edge_face_count() use. 2012-04-18 06:57:28 +00:00
editmesh_utils.c Port multires_topology_changed to new bmesh api 2012-04-16 11:03:42 +00:00
mesh_data.c fix [#30995] Wavefront obj. file export/import issue with splited edge 2012-04-18 09:04:07 +00:00
mesh_intern.h Added Vertex Slide: Slides a vertex along a selected and connected edge (Shift+Ctrl+V) 2012-04-07 03:15:20 +00:00
mesh_navmesh.c Fix #30720: Creating Navmesh crashes blender 2012-04-16 13:53:30 +00:00
mesh_ops.c fix for vertex slide not taking object transformation into account. 2012-04-07 13:42:00 +00:00
meshtools.c code cleanup: remove unused KeyBlock.adrcode 2012-04-12 11:50:43 +00:00