Blender Git Loki
Git Commits -> Revision ca5fd21
Revision ca5fd21 by Howard Trickey (master) March 12, 2012, 11:27 (GMT) |
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. |
Commit Details:
Full Hash: ca5fd21bb5c43d605c8fef270e397184ec73d480
SVN Revision: 44829
Parent Commit: 3090759
Lines Changed: +49, -18
1 Modified Path:
/source/blender/editors/mesh/knifetool.c (+49, -18) (Diff)