Cleanup: Remove redundant vertex normal dirty tags

Applying the coordinates already tags the normals dirty
This commit is contained in:
Hans Goudey
2022-04-25 16:30:06 -05:00
parent c20b99b70c
commit 3b4b2bcb13
2 changed files with 0 additions and 2 deletions

View File

@@ -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);

View File

@@ -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;