Blender Git Commit Log
Git Commits -> Revision 3a361f8
Revision 3a361f8 by Nicholas Bishop (master) February 7, 2012, 01:50 (GMT) |
BMesh: Bugfix for infinite loop in r43937. Infinite loop occured when quad-to-triangles operator. The iterator increment in the do/while conditional gets executed after the continue, so the iterator was getting double-incremented and thus could skip past the first loop. |
Commit Details:
Full Hash: 3a361f83bd03fe1ab53e2c59cdb6506f689060a8
SVN Revision: 43942
Parent Commit: 542dfd9
Lines Changed: +0, -1
1 Modified Path:
/source/blender/bmesh/intern/bmesh_polygon.c (+0, -1) (Diff)