Go to file
Howard Trickey ca5fd21bb5 Make knifetool more robust against crashes. Fix some hole problems.
Sometimes split would fail to make a face - make sure it doesn't
crash if that happens.
Chain finding code for holes would sometimes go back to same
vertex on the face, which causes problems, so fixe that.
Also, disallowed a cut that starts at a vertex or edge and
cycles back to that same point in a face - this would make
a face with a repeated vertex, which may not be handled by
the rest of the system properly.
2012-03-12 11:27:59 +00:00
build_files Missed Scons update for MinGW boost 2012-02-26 16:54:20 +00:00
doc code cleanup: remove unused variable assignents and added bmesh submodule links, doc correction reported by dfelinto. 2012-03-09 21:23:15 +00:00
extern Re-bundle libmv from own branch. 2012-03-12 08:45:06 +00:00
intern fix [#30472] 3d view objects not rendered, cycles. 2012-03-12 01:34:38 +00:00
release bmesh py api: change .from_mesh() / .to_mesh() to be class methods of BMesh rather than functions in the module. 2012-03-11 02:45:27 +00:00
source Make knifetool more robust against crashes. Fix some hole problems. 2012-03-12 11:27:59 +00:00
CMakeLists.txt Bundle new upstream version of libmv from own branch 2012-03-11 19:52:25 +00:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile Spelling Cleanup 2012-03-01 12:20:18 +00:00
SConstruct building without python works again, cleanup bmesh include paths (cmake and scons). 2012-03-08 03:25:53 +00:00