Blender Git Commit Log
Git Commits -> Revision c58ae20
Revision c58ae20 by Campbell Barton (master) July 11, 2016, 11:59 (GMT) |
Dyntopo: fix lop-sided edge collapse When an edge was collapsed, one of the vertices would be removed. Edges attached to the deleted vertex wouldn't be considered for collapsing again, making the outcome from collapsing edges depend on the edge-vertex order. Use a hash to lookup the final vertex when collapsing edges, instead of skipping them. |
Commit Details:
Full Hash: c58ae20f6ce2af2a2b71d477917d2a272e47260f
Parent Commit: 6ea43f9
Lines Changed: +40, -9
1 Modified Path:
/source/blender/blenkernel/intern/pbvh_bmesh.c (+40, -9) (Diff)