tornavis/source/blender/editors/mesh
Campbell Barton a4f12a3e31 fix [#36697] Topology mirror causes vertices to jump?
don't give up too early finding unique geometry by keeping track of edges with matching vertex hashes and keep checking for unique topology as long as the total of these edges keeps increasing.
2013-09-11 02:36:37 +00:00
..
CMakeLists.txt mesh bisect can now be defined with mouse input 2013-08-29 18:45:04 +00:00
SConscript remove redundant includes from cmake and scons. 2013-05-30 02:16:22 +00:00
editface.c fix [#36697] Topology mirror causes vertices to jump? 2013-09-11 02:36:37 +00:00
editmesh_add.c triangulate and beauty fill also needed changes to selection handling after recent changes. 2013-07-25 07:00:07 +00:00
editmesh_bevel.c Fix #35767: transforming nodes in the node editor changed the wireframe color 2013-06-24 22:41:37 +00:00
editmesh_bisect.c Usual UI messages fixes... 2013-09-09 20:22:01 +00:00
editmesh_extrude.c screw tool used uninitialized normal to detect flipping direction. 2013-09-08 22:52:48 +00:00
editmesh_inset.c fix [#36352] Inset individual, uncheck "select outer" selects zero faces 2013-08-20 16:59:04 +00:00
editmesh_knife.c rename cursor setting functions to make modal set/restore more clearly related functions. 2013-09-06 22:34:29 +00:00
editmesh_knife_project.c fix error running ED_view3d_project_float_v3_m4 on 2d vec (thanks Sergey for pointing out!), also remove redundant vector copy in knife project. 2013-05-01 17:03:00 +00:00
editmesh_loopcut.c code cleanup: replace bmesh_radial_face_find -> BM_edge_in_face 2013-08-03 15:30:57 +00:00
editmesh_path.c move bmesh tools into their own include, 2013-08-23 04:22:07 +00:00
editmesh_rip.c Fix compile in Visual Studio 2008: 2013-08-23 18:02:23 +00:00
editmesh_select.c rename positive_mod to mod_i, make it work with nagative numbers (matching pythons modulo), and use in a few more places. 2013-09-05 20:54:32 +00:00
editmesh_tools.c correct error in recent changes for building with openmp. 2013-09-09 05:42:26 +00:00
editmesh_utils.c Some knife fixes. Avoids duplicating verts; better handling of cut-through ortho. 2013-08-30 16:34:44 +00:00
mesh_data.c move alloca define into its own header since its not related to BLI_array 2013-07-28 10:38:25 +00:00
mesh_intern.h mesh bisect can now be defined with mouse input 2013-08-29 18:45:04 +00:00
mesh_navmesh.c use BM_CREATE_NOP arg rather then zero, with pointer and bool args in either side in some cases it gets a bit confusing. 2013-08-21 05:39:46 +00:00
mesh_ops.c new mesh bisect tool, available in the mesh menu. 2013-08-23 11:46:08 +00:00
meshtools.c ghash: reserve size when its known or can be guessed close enough. 2013-08-24 17:33:47 +00:00