Merge branch 'blender-v3.1-release'

This commit is contained in:
Bastien Montagne 2022-02-22 18:03:27 +01:00
commit f3d97498c3
1 changed files with 1 additions and 0 deletions

View File

@ -153,6 +153,7 @@ void BKE_lib_override_library_copy(ID *dst_id, const ID *src_id, const bool do_f
id_us_plus(dst_id->override_library->reference);
dst_id->override_library->hierarchy_root = src_id->override_library->hierarchy_root;
dst_id->override_library->flag = src_id->override_library->flag;
if (do_full_copy) {
BLI_duplicatelist(&dst_id->override_library->properties,