Cleanup: Remove redundant vertex normal dirty tags
Applying the coordinates already tags the normals dirty
This commit is contained in:
@@ -120,7 +120,6 @@ static void deformVerts(ModifierData *md,
|
||||
uint mvert_num = 0;
|
||||
|
||||
BKE_mesh_vert_coords_apply(mesh_src, vertexCos);
|
||||
BKE_mesh_normals_tag_dirty(mesh_src);
|
||||
|
||||
current_time = DEG_get_ctime(ctx->depsgraph);
|
||||
|
||||
|
||||
@@ -129,7 +129,6 @@ static void deformVerts(ModifierData *md,
|
||||
MVert *x, *v;
|
||||
|
||||
BKE_mesh_vert_coords_apply(surmd->mesh, vertexCos);
|
||||
BKE_mesh_normals_tag_dirty(surmd->mesh);
|
||||
|
||||
mesh_verts_num = surmd->mesh->totvert;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user