Partial fix for T58113 bevel harden normals bug.

This fixes the problem where not all faces got hardened properly
when using a hardening mode in the bevel modifier.
This commit is contained in:
Howard Trickey 2018-12-02 06:29:58 -05:00
parent 925380050d
commit 71c624dcd8
1 changed files with 1 additions and 1 deletions

View File

@ -214,7 +214,7 @@ static void bevel_mod_harden_normals(
add_v3_v3(cn_wght, cur);
}
if (!BLI_ghash_haskey(faceHash, lfan_pivot->f)) {
recon_face = f;
recon_face = lfan_pivot->f;
recon_face_count++;
}
if (!BM_elem_flag_test(e_next, BM_ELEM_TAG) || (e_next == e_org)) {