Blender Git Loki
Git Commits -> Revision 92ab3ba
Revision 92ab3ba by Campbell Barton (master) October 31, 2015, 02:52 (GMT) |
Fix T46648: Recalculate normals fails Certain shapes could trick the inside/outside test. An edge between 2 planar faces could be selected for detecting face-flipping (which failed). While this could be prevented by skipping those edges, use a method which searches for the outer most face-loop, then check it faces the center. |
Commit Details:
Full Hash: 92ab3ba385346ca06ac31aedbc660c7939182026
Parent Commit: a0d9953
Lines Changed: +68, -82
1 Modified Path:
/source/blender/bmesh/operators/bmo_normals.c (+68, -82) (Diff)