Refactor: Simplify mesh edit mode modifier evaluation #108637

Merged
Hans Goudey merged 38 commits from HooglyBoogly/blender:cleanup-modifier-edit-mode-eval into main 2023-07-07 13:07:22 +02:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit a8cb9466d6 - Show all commits

View File

@ -1244,7 +1244,6 @@ static void editbmesh_calc_modifiers(Depsgraph *depsgraph,
else {
non_deform_modifier_applied = true;
if (mesh_final == mesh_cage) {
/* 'me' may be changed by this modifier, so we need to copy it. */
mesh_final = BKE_mesh_copy_for_eval(mesh_final);
}