Blender Git Loki
Git Commits -> Revision b8bb3f2
Revision b8bb3f2 by Nicholas Bishop (master) March 28, 2012, 22:03 (GMT) |
Partial fix for array modifier vertex merge (bug 30195). Two fixes: * The find-doubles operator was overriding the "dirty" element indices, so vertices were not being mapped correctly. * In some cases a vertex can be set to merge with a vertex that is also set to be merged, so added a loop to find the first unmerged vert in this case. Not yet working is the "First Last" merge option. Also made some cleanups and added comments in the array/remove doubles code. |
Commit Details:
Full Hash: b8bb3f2e3c52186b388dedba7cc0a950adf2d0a2
SVN Revision: 45248
Parent Commit: 9391e4c
Lines Changed: +77, -56