Go to file
Campbell Barton cde2f11244 new bmesh tool - limited dissolve.
This is a kind of simplification/cleanup tool which joins adjacent faces and edges based on the angle.

I've written this as an exercise (since I havnt written a bmesh operator before), and because quite a few users were asking for the dissolve operator to be extended, but I think this kind of functionality needs its own operator.

access from specials menu and mesh menu.

notes
* this exposed a bug in angle_v3v3v3(). will merge fix into trunk after release.
* added utility function BM_vert_edge_angle(), to get the angle between 2 connecting edges of a vert.
2012-02-13 14:37:07 +00:00
build_files BMesh api function naming. 2012-02-12 18:43:59 +00:00
doc py api docs - remove sphinx .doctree before zipping, saves some space 18mb --> 3.1 mb 2012-02-12 19:55:25 +00:00
extern update gpl header in cmake files 2012-02-11 04:05:00 +00:00
intern svn merge ^/trunk/blender -r43995:44024 2012-02-11 04:10:50 +00:00
release new bmesh tool - limited dissolve. 2012-02-13 14:37:07 +00:00
source new bmesh tool - limited dissolve. 2012-02-13 14:37:07 +00:00
CMakeLists.txt svn merge ^/trunk/blender -r43995:44024 2012-02-11 04:10:50 +00:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile Correct mathutils documentation, also correct some python spelling errors and add makefile target check_spelling 2012-02-08 04:37:37 +00:00
SConstruct Compilation error when using mingw+scons 2012-01-17 10:32:17 +00:00