GP: Remove unneeded armature code

This line looks a mistake and it's not needed.
This commit is contained in:
Antonioya
2019-01-23 16:52:07 +01:00
parent 22bc6142c3
commit 5e3ce0b662

View File

@@ -1377,9 +1377,7 @@ void armature_deform_verts(
smat = summat;
}
else {
if (target->type != OB_GPENCIL) {
mul_v3_fl(vec, armature_weight / contrib);
}
mul_v3_fl(vec, armature_weight / contrib);
add_v3_v3v3(co, vec, co);
}