Merge branch 'blender-v3.4-release'

This commit is contained in:
Jacques Lucke 2022-11-28 12:52:32 +01:00
commit a059b1b0f1
1 changed files with 2 additions and 1 deletions

View File

@ -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;
}