Blender Git Commit Log
Git Commits -> Revision 0eee402
Revision 0eee402 by Campbell Barton (master) March 26, 2013, 00:29 (GMT) |
fix [#34603] ALT-F fails, freezes, CPU=100% The way beauty fill was working was too fragile and prone to eternal loops, Solution used is to is to store previous states and ensure edges don't get rotated back into those. Also added an optimization to avoid testing the same edge rotation many times - using edge tags to only re-test edge rotations around areas that have been modified. |
Commit Details:
Full Hash: 0eee4021c9d577df5d294428ae13737fb5dbfdb4
SVN Revision: 55579
Parent Commit: f9b1494
Lines Changed: +149, -6
1 Modified Path:
/source/blender/bmesh/operators/bmo_beautify.c (+149, -6) (Diff)