Merge branch 'blender-v4.0-release'

This commit is contained in:
Jesse Yurkovich 2023-10-07 15:22:49 -07:00
commit 186189c1a6
1 changed files with 1 additions and 0 deletions

View File

@ -4742,6 +4742,7 @@ static bool mesh_separate_loose(
BM_mesh_bm_to_me(nullptr, bm_old, me_old, &to_mesh_params);
}
MEM_freeN(groups);
return result;
}