GP: Remove unneeded armature code
This line looks a mistake and it's not needed.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user