Blender Git Loki
Git Commits -> Revision 6b8125c
August 10, 2021, 01:35 (GMT) |
Fix T89214: Smooth Vertices (Laplacian) produces NaN coordinates Vertices with no connected faces would attempt to divide by the combined face area causing a divide by zero. Use the same weight for wire vertices as vertices connected to zero area faces. |
Commit Details:
Full Hash: 6b8125c616ad8d7ab743e86baf7b9e08091e764d
Parent Commit: 621b986
Committed By: YimingWu
Lines Changed: +4, -1
1 Modified Path:
/source/blender/bmesh/operators/bmo_smooth_laplacian.c (+4, -1) (Diff)