Bevel modifier: let it work on wire edges when vertex_only.

This commit is contained in:
Howard Trickey 2019-07-22 07:13:04 -04:00 committed by Brecht Van Lommel
parent db15b23745
commit 55ae37ba31
1 changed files with 0 additions and 3 deletions

View File

@ -130,9 +130,6 @@ static Mesh *applyModifier(ModifierData *md, const ModifierEvalContext *ctx, Mes
if (vertex_only) {
BM_ITER_MESH (v, &iter, bm, BM_VERTS_OF_MESH) {
if (!BM_vert_is_manifold(v)) {
continue;
}
if (bmd->lim_flags & MOD_BEVEL_WEIGHT) {
weight = BM_elem_float_data_get(&bm->vdata, v, CD_BWEIGHT);
if (weight == 0.0f) {