tornavis/source/blender/bmesh
Campbell Barton 32ba51c4a1 fix for limited dissolve (after sine intended fixes - not cleaning up before vertex dissolve would skip dissolving some verts that should be dissolved).
now do this:
- edge dissolve
- cleanup (removing edges left over from dissolving faces)
  cleanup removes verts and NULL vertex input array
- dissolve verts which haven't been removed.
2012-05-06 18:37:08 +00:00
..
intern fix [#31197] Limited dissolve leaves faces/edges/verts behind 2012-05-06 18:04:37 +00:00
operators fix for limited dissolve (after sine intended fixes - not cleaning up before vertex dissolve would skip dissolving some verts that should be dissolved). 2012-05-06 18:37:08 +00:00
tools style cleanup: formatting and some float/double promotion 2012-05-03 19:57:24 +00:00
CMakeLists.txt Add convex hull operator (bmesh operator and wm operator.) 2012-04-29 16:09:40 +00:00
SConscript - fix for python freeing its own bmesh clearing the global mirror cache. 2012-04-23 04:24:11 +00:00
bmesh.h code cleanup: bmesh comments/todos, no functional changes. 2012-04-26 08:27:50 +00:00
bmesh_class.h code cleanup: no functional changes 2012-04-07 12:37:15 +00:00