diff --git a/source/blender/blenkernel/intern/blendfile.cc b/source/blender/blenkernel/intern/blendfile.cc index 0b5f9f023b2..0a67c16ad05 100644 --- a/source/blender/blenkernel/intern/blendfile.cc +++ b/source/blender/blenkernel/intern/blendfile.cc @@ -1858,7 +1858,7 @@ ID *PartialWriteContext::id_add( dependencies_filter_cb](LibraryIDLinkCallbackData *cb_data) -> int { constexpr PartialWriteContext::IDAddOperations per_id_operations_filter = PartialWriteContext::IDAddOperations(MAKE_LOCAL | SET_FAKE_USER | CLEAR_DEPENDENCIES | - DUPLICATE_DEPENDENCIES); + ADD_DEPENDENCIES); ID **id_ptr = cb_data->id_pointer; const ID *orig_deps_id = *id_ptr;