diff --git a/source/blender/blenkernel/intern/collection.c b/source/blender/blenkernel/intern/collection.c index 751b5185e39..53ef78525c2 100644 --- a/source/blender/blenkernel/intern/collection.c +++ b/source/blender/blenkernel/intern/collection.c @@ -1122,7 +1122,8 @@ static bool collection_object_remove(Main *bmain, id_us_min(&ob->id); } - collection_tag_update_parent_recursive(bmain, collection, ID_RECALC_COPY_ON_WRITE); + collection_tag_update_parent_recursive( + bmain, collection, ID_RECALC_COPY_ON_WRITE | ID_RECALC_GEOMETRY); return true; }