Revert "Fix #119508: Missing update after "Shade Flat" operator"

This reverts commit 130701763b.

73cc27b988 made this unnecessary.
This commit is contained in:
Hans Goudey 2024-03-25 15:50:27 -04:00
parent 73cc27b988
commit 11afa15361
1 changed files with 0 additions and 1 deletions

View File

@ -1613,7 +1613,6 @@ static int shade_smooth_exec(bContext *C, wmOperator *op)
const float angle = RNA_float_get(op->ptr, "angle");
bke::mesh_sharp_edges_set_from_angle(mesh, angle, keep_sharp_edges);
}
mesh.tag_sharpness_changed();
BKE_mesh_batch_cache_dirty_tag(static_cast<Mesh *>(ob->data), BKE_MESH_BATCH_DIRTY_ALL);
changed = true;
}