Merge branch 'blender-v2.93-release'

This commit is contained in:
Campbell Barton 2021-04-30 00:59:52 +10:00
commit 3e3363a6ed
1 changed files with 4 additions and 0 deletions

View File

@ -1660,5 +1660,9 @@ bool BM_mesh_intersect(BMesh *bm,
BLI_memarena_free(s.mem_arena);
/* It's unlikely the selection history is useful at this point,
* if this is not called this array would need to be validated, see: T86799. */
BM_select_history_clear(bm);
return (has_edit_isect || has_edit_boolean);
}