Blender Git Commit Log

Git Commits -> Revision 61fa616

Revision 61fa616 by Howard Trickey (master)
April 1, 2019, 11:58 (GMT)
Fix T63071: Bevel inconsistent results toggling harden_normals.

Some iterations in bevel were over a hash table, which leads
to possibly different results run-to-run, especially when
loop_slide is enabled. Changed those iters to go over all verts
of BMesh, which leads to consistent order run-to-run.

Commit Details:

Full Hash: 61fa6165dfe10f5b882fe647700a36ad76ab16a8
Parent Commit: dd41085
Lines Changed: +45, -23

1 Modified Path:

/source/blender/bmesh/tools/bmesh_bevel.c (+45, -23) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021