Merge branch 'master' into blender2.8

This commit is contained in:
Campbell Barton
2018-05-04 08:39:43 +02:00

View File

@@ -91,6 +91,7 @@ static void bm_vert_boundary_tangent(
/* average edge face normal */
add_v3_v3v3(no_face, l_a->f->no, l_b->f->no);
normalize_v3(no_face);
/* average edge direction */
v_a = BM_edge_other_vert(e_a, v);