Blender Git Loki
Git Commits -> Revision 0aebc13
Revision 0aebc13 by Geoffrey Bantle (master) December 26, 2006, 02:00 (GMT) |
-> Further work to improve triangle conversion tool: The improved triangle to quad conversion is now better integrated into Blender in several respects. First of all the code makes distinctions between 'simple' pairs and 'complex' pairs. Simple pairs are an island of exactly two selected triangles that are joined by an edge. These simple pairs are subject to the old 2.42 rules for joining triangles. Complex pairs are part of larger islands of selected triangles and their conversion is controlled by several parameters that can be individually tweaked via new buttons located in the "Mesh Tools" panel of the editing buttons. Furthermore the tool deals with any arbitrary combination of simple and complex islands in a consistent and logcial way. The code has also been drasitcally cleaned up and should address the open bugs in the tracker regarding alt-j. However as part of cleanup the tool has been made somewhat slower to insure a consistent mesh structure. This is a limitation of the exist_face() function in editmesh and will have to be adressed at a later date. |
Commit Details:
Full Hash: 0aebc13199f7d552e4dde880c2fc35fe06bd2f50
SVN Revision: 9474
Parent Commit: 470f91b
Lines Changed: +255, -380
6 Modified Paths:
/source/blender/blenloader/intern/readfile.c (+3, -0) (Diff)
/source/blender/include/blendef.h (+4, -0) (Diff)
/source/blender/include/butspace.h (+1, -0) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+3, -1) (Diff)
/source/blender/src/buttons_editing.c (+15, -1) (Diff)
/source/blender/src/editmesh_tools.c (+229, -378) (Diff)
/source/blender/include/blendef.h (+4, -0) (Diff)
/source/blender/include/butspace.h (+1, -0) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+3, -1) (Diff)
/source/blender/src/buttons_editing.c (+15, -1) (Diff)
/source/blender/src/editmesh_tools.c (+229, -378) (Diff)