Blender Git Loki
Git Commits -> Revision 691302f
Revision 691302f by Ton Roosendaal (master) November 3, 2004, 11:25 (GMT) |
Two fixes; - The function "convex()" in editmesh_lib() actually did not deliver a proper test for convex at all. It was checking only if a quad could be subdivided into 2 trias. Code for adding face (FKEY) used this call in total confusing manner. That code was there in 1.40 already, cannot find any clue what it was supposed todo... :) Recoded convex() to deliver a proper test. FKEY will give warning on attempt to make convex faces now. - Added undo-free for editmode undo on file load |
Commit Details:
Full Hash: 691302f28dcf515cc99b1d7ad0c9e41970ab1fdd
SVN Revision: 3371
Parent Commit: 318fb94
Lines Changed: +102, -73
8 Modified Paths:
/source/blender/blenlib/BLI_arithb.h (+12, -0) (Diff)
/source/blender/blenlib/intern/arithb.c (+50, -0) (Diff)
/source/blender/include/editmesh.h (+1, -1) (Diff)
/source/blender/src/editmesh_add.c (+5, -12) (Diff)
/source/blender/src/editmesh_lib.c (+28, -23) (Diff)
/source/blender/src/editmesh_tools.c (+4, -13) (Diff)
/source/blender/src/editview.c (+0, -24) (Diff)
/source/blender/src/usiblender.c (+2, -0) (Diff)
/source/blender/blenlib/intern/arithb.c (+50, -0) (Diff)
/source/blender/include/editmesh.h (+1, -1) (Diff)
/source/blender/src/editmesh_add.c (+5, -12) (Diff)
/source/blender/src/editmesh_lib.c (+28, -23) (Diff)
/source/blender/src/editmesh_tools.c (+4, -13) (Diff)
/source/blender/src/editview.c (+0, -24) (Diff)
/source/blender/src/usiblender.c (+2, -0) (Diff)