|
Blender V5.0
|
#include "fmt/core.h"#include <cerrno>#include <cstdarg>#include <cstddef>#include <cstdlib>#include <cstring>#include <ctime>#include <fcntl.h>#include <queue>#include <unistd.h>#include <fmt/format.h>#include "CLG_log.h"#include "DNA_asset_types.h"#include "DNA_collection_types.h"#include "DNA_constraint_types.h"#include "DNA_fileglobal_types.h"#include "DNA_genfile.h"#include "DNA_key_types.h"#include "DNA_layer_types.h"#include "DNA_node_types.h"#include "DNA_packedFile_types.h"#include "DNA_screen_types.h"#include "DNA_sdna_types.h"#include "DNA_userdef_types.h"#include "DNA_windowmanager_types.h"#include "MEM_alloc_string_storage.hh"#include "MEM_guardedalloc.h"#include "BLI_endian_defines.h"#include "BLI_fileops.h"#include "BLI_ghash.h"#include "BLI_map.hh"#include "BLI_memarena.h"#include "BLI_set.hh"#include "BLI_string.h"#include "BLI_string_ref.hh"#include "BLI_string_utf8.h"#include "BLI_string_utils.hh"#include "BLI_threads.h"#include "BLI_time.h"#include "BLI_utildefines.h"#include "BLT_translation.hh"#include "BKE_anim_data.hh"#include "BKE_animsys.h"#include "BKE_asset.hh"#include "BKE_blender_version.h"#include "BKE_collection.hh"#include "BKE_global.hh"#include "BKE_idprop.hh"#include "BKE_idtype.hh"#include "BKE_layer.hh"#include "BKE_lib_id.hh"#include "BKE_lib_override.hh"#include "BKE_lib_query.hh"#include "BKE_lib_remap.hh"#include "BKE_library.hh"#include "BKE_main.hh"#include "BKE_main_idmap.hh"#include "BKE_main_invariants.hh"#include "BKE_main_namemap.hh"#include "BKE_material.hh"#include "BKE_mesh.hh"#include "BKE_modifier.hh"#include "BKE_nla.hh"#include "BKE_node.hh"#include "BKE_node_tree_update.hh"#include "BKE_object.hh"#include "BKE_packedFile.hh"#include "BKE_preferences.h"#include "BKE_report.hh"#include "BKE_scene.hh"#include "BKE_screen.hh"#include "BKE_undo_system.hh"#include "BKE_workspace.hh"#include "DRW_engine.hh"#include "DEG_depsgraph.hh"#include "BLO_blend_validate.hh"#include "BLO_read_write.hh"#include "BLO_readfile.hh"#include "BLO_undofile.hh"#include "SEQ_iterator.hh"#include "SEQ_modifier.hh"#include "SEQ_sequencer.hh"#include "SEQ_utils.hh"#include "IMB_colormanagement.hh"#include "readfile.hh"#include "versioning_common.hh"Go to the source code of this file.
Classes | |
| struct | BHeadN |
| struct | NewAddress |
| struct | OldNewMap |
| struct | BlendDataReader |
| struct | BlendLibReader |
| struct | BLOCacheStorage |
| struct | BLOCacheStorageValue |
| struct | BHeadSort |
| struct | BlendExpander |
Macros | |
| #define | DNA_DEPRECATED_ALLOW |
| #define | U (*((const UserDef *)&U)) |
| #define | USE_BHEAD_READ_ON_DEMAND |
| #define | BHEADN_FROM_BHEAD(bh) |
| #define | BHEAD_USE_READ_ON_DEMAND(bhead) |
Functions | |
Library Reading | |
| static void | read_libraries (FileData *basefd) |
| static int | has_linked_ids_to_read (Main *mainvar) |
| static void | read_library_linked_id (FileData *basefd, FileData *fd, Main *mainvar, ID *id, ID **r_id) |
| static void | read_library_linked_ids (FileData *basefd, FileData *fd, Main *mainvar) |
| static void | read_library_clear_weak_links (FileData *basefd, Main *mainvar) |
| static FileData * | read_library_file_data (FileData *basefd, Main *bmain, Main *lib_bmain) |
| static void * | blo_verify_data_address (FileData *fd, void *new_address, const void *, const size_t expected_size) |
| void * | BLO_read_get_new_data_address (BlendDataReader *reader, const void *old_address) |
| void * | BLO_read_get_new_data_address_no_us (BlendDataReader *reader, const void *old_address, const size_t expected_size) |
| void * | BLO_read_struct_array_with_size (BlendDataReader *reader, const void *old_address, const size_t expected_size) |
| void * | BLO_read_struct_by_name_array (BlendDataReader *reader, const char *struct_name, const int64_t items_num, const void *old_address) |
| ID * | BLO_read_get_new_id_address (BlendLibReader *reader, ID *self_id, const bool is_linked_only, ID *id) |
| ID * | BLO_read_get_new_id_address_from_session_uid (BlendLibReader *reader, const uint session_uid) |
| int | BLO_read_fileversion_get (BlendDataReader *reader) |
| void | BLO_read_struct_list_with_size (BlendDataReader *reader, const size_t expected_elem_size, ListBase *list) |
| void | BLO_read_char_array (BlendDataReader *reader, const int64_t array_size, char **ptr_p) |
| void | BLO_read_uint8_array (BlendDataReader *reader, const int64_t array_size, uint8_t **ptr_p) |
| void | BLO_read_int8_array (BlendDataReader *reader, const int64_t array_size, int8_t **ptr_p) |
| void | BLO_read_int16_array (BlendDataReader *reader, const int64_t array_size, int16_t **ptr_p) |
| void | BLO_read_int32_array (BlendDataReader *reader, const int64_t array_size, int32_t **ptr_p) |
| void | BLO_read_uint32_array (BlendDataReader *reader, const int64_t array_size, uint32_t **ptr_p) |
| void | BLO_read_float_array (BlendDataReader *reader, const int64_t array_size, float **ptr_p) |
| void | BLO_read_float3_array (BlendDataReader *reader, const int64_t array_size, float **ptr_p) |
| void | BLO_read_double_array (BlendDataReader *reader, const int64_t array_size, double **ptr_p) |
| void | BLO_read_string (BlendDataReader *reader, char **ptr_p) |
| void | BLO_read_string (BlendDataReader *reader, char *const *ptr_p) |
| static void | convert_pointer_array_64_to_32 (BlendDataReader *reader, const int64_t array_size, const uint64_t *src, uint32_t *dst) |
| static void | convert_pointer_array_32_to_64 (BlendDataReader *, const int64_t array_size, const uint32_t *src, uint64_t *dst) |
| void | BLO_read_pointer_array (BlendDataReader *reader, const int64_t array_size, void **ptr_p) |
| blender::ImplicitSharingInfoAndData | blo_read_shared_impl (BlendDataReader *reader, const void **ptr_p, const blender::FunctionRef< const blender::ImplicitSharingInfo *()> read_fn) |
| bool | BLO_read_data_is_undo (BlendDataReader *reader) |
| void | BLO_read_data_globmap_add (BlendDataReader *reader, void *oldaddr, void *newaddr) |
| void | BLO_read_glob_list (BlendDataReader *reader, ListBase *list) |
| BlendFileReadReport * | BLO_read_data_reports (BlendDataReader *reader) |
| bool | BLO_read_lib_is_undo (BlendLibReader *reader) |
| Main * | BLO_read_lib_get_main (BlendLibReader *reader) |
| BlendFileReadReport * | BLO_read_lib_reports (BlendLibReader *reader) |
DNA Struct Loading | |
| static void * | read_struct (FileData *fd, BHead *bh, const char *blockname, const int id_type_index) |
| static const char * | get_alloc_name (FileData *fd, BHead *bh, const char *blockname, const int id_type_index=INDEX_ID_NULL) |
| static ID * | read_id_struct (FileData *fd, BHead *bh, const char *blockname, const int id_type_index) |
| static const void * | peek_struct_undo (FileData *fd, BHead *bhead) |
| static void | link_glob_list (FileData *fd, ListBase *lb) |
Library Linking | |
Also used for append. | |
| static BHead * | find_bhead_from_code_name (FileData *fd, const short idcode, const char *name) |
| static int | verg_bheadsort (const void *v1, const void *v2) |
| static void | sort_bhead_old_map (FileData *fd) |
| static BHead * | find_previous_lib (FileData *fd, BHead *bhead) |
| static BHead * | find_bhead (FileData *fd, void *old) |
| static BHead * | find_bhead_from_idname (FileData *fd, const char *idname) |
| static ID * | library_id_is_yet_read_deep_hash (FileData *fd, BHead *bhead) |
| static ID * | library_id_is_yet_read_main (Main *mainvar, const char *idname) |
| static void | read_libraries_report_invalid_id_names (FileData *fd, ReportList *reports, const bool has_forward_compatibility_issues, const char *filepath) |
Blend Loader Reporting Wrapper | |
| void | BLO_reportf_wrap (BlendFileReadReport *reports, const eReportType type, const char *format,...) |
| static const char * | library_parent_filepath (Library *lib) |
OldNewMap API | |
| static OldNewMap * | oldnewmap_new () |
| static bool | oldnewmap_insert (OldNewMap *onm, const void *oldaddr, void *newaddr, const int nr) |
| static void | oldnewmap_lib_insert (FileData *fd, const void *oldaddr, ID *newaddr, const int id_code) |
| void | blo_do_versions_oldnewmap_insert (OldNewMap *onm, const void *oldaddr, void *newaddr, const int nr) |
| static void * | oldnewmap_lookup_and_inc (OldNewMap *onm, const void *addr, const bool increase_users) |
| static void * | oldnewmap_liblookup (OldNewMap *onm, const void *addr, const bool is_linked_only) |
| static void | oldnewmap_clear (OldNewMap *onm) |
| static void | oldnewmap_free (OldNewMap *onm) |
Helper Functions | |
| static void | add_main_to_main (Main *mainvar, Main *from) |
| void | blo_join_main (Main *bmain) |
| static void | split_libdata (ListBase *lb_src, blender::Vector< Main * > &lib_main_array, const bool do_split_packed_ids) |
| void | blo_split_main (Main *bmain, const bool do_split_packed_ids) |
| static void | read_file_version_and_colorspace (FileData *fd, Main *main) |
| static bool | blo_bhead_is_id (const BHead *bhead) |
| static bool | blo_bhead_is_id_valid_type (const BHead *bhead) |
| static void | read_file_bhead_idname_map_create (FileData *fd) |
| void | blo_readfile_invalidate (FileData *fd, Main *bmain, const char *message) |
File Parsing | |
| static BHeadN * | get_bhead (FileData *fd) |
| BHead * | blo_bhead_first (FileData *fd) |
| BHead * | blo_bhead_prev (FileData *, BHead *thisblock) |
| BHead * | blo_bhead_next (FileData *fd, BHead *thisblock) |
| static bool | blo_bhead_read_data (FileData *fd, BHead *thisblock, void *buf) |
| static BHead * | blo_bhead_read_full (FileData *fd, BHead *thisblock) |
| const char * | blo_bhead_id_name (FileData *fd, const BHead *bhead) |
| short | blo_bhead_id_flag (const FileData *fd, const BHead *bhead) |
| AssetMetaData * | blo_bhead_id_asset_data_address (const FileData *fd, const BHead *bhead) |
| static const IDHash * | blo_bhead_id_deep_hash (const FileData *fd, const BHead *bhead) |
| static void | read_blender_header (FileData *fd) |
| static bool | read_file_dna (FileData *fd, const char **r_error_message) |
| static int * | read_file_thumbnail (FileData *fd) |
| static void | long_id_names_ensure_unique_id_names (Main *bmain) |
| static void | long_id_names_process_action_slots_identifiers (Main *bmain) |
File Data API | |
| static FileData * | filedata_new (BlendFileReadReport *reports) |
| static bool | is_minversion_older_than_blender (FileData *fd, ReportList *reports) |
| static FileData * | blo_decode_and_check (FileData *fd, ReportList *reports) |
| static FileData * | blo_filedata_from_file_descriptor (const char *filepath, BlendFileReadReport *reports, const int filedes) |
| static FileData * | blo_filedata_from_file_open (const char *filepath, BlendFileReadReport *reports) |
| FileData * | blo_filedata_from_file (const char *filepath, BlendFileReadReport *reports) |
| static FileData * | blo_filedata_from_file_minimal (const char *filepath) |
| FileData * | blo_filedata_from_memory (const void *mem, const int memsize, BlendFileReadReport *reports) |
| FileData * | blo_filedata_from_memfile (MemFile *memfile, const BlendFileReadParams *params, BlendFileReadReport *reports) |
| void | blo_filedata_free (FileData *fd) |
Read Thumbnail from Blend File | |
| BlendThumbnail * | BLO_thumbnail_from_file (const char *filepath) |
| short | BLO_version_from_file (const char *filepath) |
Old/New Pointer Map | |
| static void * | newdataadr (FileData *fd, const void *adr) |
| static void * | newdataadr_no_us (FileData *fd, const void *adr) |
| void * | blo_read_get_new_globaldata_address (FileData *fd, const void *adr) |
| static void * | newlibadr (FileData *fd, ID *, const bool is_linked_only, const void *adr) |
| void * | blo_do_versions_newlibadr (FileData *fd, ID *self_id, const bool is_linked_only, const void *adr) |
| static void | change_link_placeholder_to_real_ID_pointer_fd (FileData *fd, const void *old, void *newp) |
| static void | change_ID_pointer_to_real_ID_pointer_fd (FileData *fd, const void *old, void *newp) |
| static FileData * | change_ID_link_filedata_get (Main *bmain, FileData *basefd) |
| static void | change_link_placeholder_to_real_ID_pointer (FileData *basefd, void *old, void *newp) |
| static void | change_ID_pointer_to_real_ID_pointer (FileData *basefd, void *old, void *newp) |
| void | blo_make_old_idmap_from_main (FileData *fd, Main *bmain) |
| static void | blo_cache_storage_entry_register (ID *id, const IDCacheKey *key, void **cache_p, uint, void *cache_storage_v) |
| static void | blo_cache_storage_entry_restore_in_new (ID *id, const IDCacheKey *key, void **cache_p, const uint flags, void *cache_storage_v) |
| static void | blo_cache_storage_entry_clear_in_old (ID *, const IDCacheKey *key, void **cache_p, const uint, void *cache_storage_v) |
| void | blo_cache_storage_init (FileData *fd, Main *bmain) |
| void | blo_cache_storage_old_bmain_clear (FileData *fd, Main *bmain_old) |
| void | blo_cache_storage_end (FileData *fd) |
Read ID | |
| static void | after_liblink_id_process (BlendLibReader *reader, ID *id) |
| static void | after_liblink_id_embedded_id_process (BlendLibReader *reader, ID *id) |
| static void | direct_link_id_override_property (BlendDataReader *reader, IDOverrideLibraryProperty *op) |
| static void | direct_link_id_common (BlendDataReader *reader, Library *current_library, ID *id, ID *id_old, int id_tag, ID_Readfile_Data::Tags id_read_tags) |
| static void | direct_link_id_embedded_id (BlendDataReader *reader, Library *current_library, ID *id, ID *id_old) |
| static int | direct_link_id_restore_recalc_exceptions (const ID *id_current) |
| static int | direct_link_id_restore_recalc (const FileData *fd, const ID *id_target, const ID *id_current, const bool is_identical) |
| static void | readfile_id_runtime_data_ensure (ID &id) |
| ID_Readfile_Data::Tags | BLO_readfile_id_runtime_tags (ID &id) |
| ID_Readfile_Data::Tags & | BLO_readfile_id_runtime_tags_for_write (ID &id) |
| void | BLO_readfile_id_runtime_data_free (ID &id) |
| void | BLO_readfile_id_runtime_data_free_all (Main &bmain) |
Read ID: Shape Keys | |
| void | blo_do_versions_key_uidgen (Key *key) |
Read ID: Scene | |
| static void | lib_link_scenes_check_set (Main *bmain) |
Read ID: Library | |
| static void | library_filedata_release (Library *lib) |
| static void | direct_link_library (FileData *fd, Library *lib, Main *main) |
| static void | fix_relpaths_library (const char *basepath, Main *main) |
Read Library Data Block | |
| static ID * | create_placeholder (Main *mainvar, const short idcode, const char *idname, const int tag, const bool was_liboverride) |
| static void | placeholders_ensure_valid (Main *bmain) |
| static bool | direct_link_id (FileData *fd, Main *main, const int tag, const ID_Readfile_Data::Tags id_read_tags, ID *id, ID *id_old) |
| static BHead * | read_data_into_datamap (FileData *fd, BHead *bhead, const char *allocname, const int id_type_index) |
| static Main * | blo_add_main_for_library (FileData *fd, Library *lib, Library *reference_lib, const char *lib_filepath, char(&filepath_abs)[FILE_MAX], const bool is_packed_library) |
| static bool | read_libblock_is_identical (FileData *fd, BHead *bhead) |
| static void | read_undo_reuse_noundo_local_ids (FileData *fd) |
| static void | read_undo_move_libmain_data (FileData *fd, Main *libmain, BHead *bhead) |
| static bool | read_libblock_undo_restore_library (FileData *fd, const ID *id, ID *id_old, BHead *bhead) |
| static ID * | library_id_is_yet_read (FileData *fd, Main *mainvar, BHead *bhead) |
| static bool | read_libblock_undo_restore_linked (FileData *fd, Main *libmain, const ID *id, ID **r_id_old, BHead *bhead) |
| static void | read_libblock_undo_restore_identical (FileData *fd, Main *main, const ID *, ID *id_old, BHead *bhead, const int id_tag) |
| static void | read_libblock_undo_restore_at_old_address (FileData *fd, Main *main, ID *id, ID *id_old) |
| static bool | read_libblock_undo_restore (FileData *fd, Main *main, BHead *bhead, const int id_tag, ID **r_id_old) |
| static BHead * | read_libblock (FileData *fd, Main *main, BHead *bhead, int id_tag, ID_Readfile_Data::Tags id_read_tags, const bool placeholder_set_indirect_extern, ID **r_id) |
Read Asset Data | |
| BHead * | blo_read_asset_data_block (FileData *fd, BHead *bhead, AssetMetaData **r_asset_data) |
Read Global Data | |
| static BHead * | read_global (BlendFileData *bfd, FileData *fd, BHead *bhead) |
| static void | link_global (FileData *fd, BlendFileData *bfd) |
Versioning | |
| static void | do_versions_userdef (FileData *, BlendFileData *bfd) |
| static void | do_versions (FileData *fd, Library *lib, Main *main) |
| static void | do_versions_after_linking (FileData *fd, Main *main) |
Read Library Data Block (all) | |
| static int | lib_link_cb (LibraryIDLinkCallbackData *cb_data) |
| static void | lib_link_all (FileData *fd, Main *bmain) |
| static void | after_liblink_merged_bmain_process (Main *bmain, BlendFileReadReport *reports) |
Read User Preferences | |
| static void | direct_link_keymapitem (BlendDataReader *reader, wmKeyMapItem *kmi) |
| static BHead * | read_userdef (BlendFileData *bfd, FileData *fd, BHead *bhead) |
Read File (Internal) | |
| static int | read_undo_remap_noundo_data_cb (LibraryIDLinkCallbackData *cb_data) |
| static void | read_undo_remap_noundo_data (FileData *fd) |
| static void | blo_read_file_checks (Main *bmain) |
| BlendFileData * | blo_read_file_internal (FileData *fd, const char *filepath) |
Library Linking (helper functions) | |
| static ID * | link_named_part (Main *mainl, FileData *fd, const short idcode, const char *name, const int flag) |
| ID * | BLO_library_link_named_part (Main *mainl, BlendHandle **bh, const short idcode, const char *name, const LibraryLink_Params *params) |
| static Main * | library_link_begin (Main *mainvar, FileData *fd, const char *filepath, const int id_tag_extra) |
| void | BLO_library_link_params_init (LibraryLink_Params *params, Main *bmain, const int flag, const int id_tag_extra) |
| void | BLO_library_link_params_init_with_context (LibraryLink_Params *params, Main *bmain, const int flag, const int id_tag_extra, Scene *scene, ViewLayer *view_layer, const View3D *v3d) |
| Main * | BLO_library_link_begin (BlendHandle **bh, const char *filepath, const LibraryLink_Params *params) |
| static void | split_main_newid (Main *mainptr, Main *main_newid) |
| static void | library_link_end (Main *mainl, FileData **fd, const int flag, ReportList *reports) |
| void | BLO_library_link_end (Main *mainl, BlendHandle **bh, const LibraryLink_Params *params, ReportList *reports) |
| void * | BLO_library_read_struct (FileData *fd, BHead *bh, const char *blockname) |
Variables | |
| static CLG_LogRef | LOG = {"blend.readfile"} |
| static CLG_LogRef | LOG_UNDO = {"undo"} |
Library Linking (expand pointers) | |
| using | BLOExpandDoitCallback |
| static Main * | blo_find_main_for_library_and_idname (FileData *fd, const char *lib_filepath, const char *relabase, const BHead *id_bhead, const char *id_name, const bool is_packed_id) |
| static void | read_id_in_lib (FileData *fd, std::queue< ID * > &ids_to_expand, Main *libmain, Library *parent_lib, BHead *bhead, ID *existing_id, ID_Readfile_Data::Tags id_read_tags) |
| static void | expand_doit_library (void *fdhandle, std::queue< ID * > &ids_to_expand, Main *mainvar, void *old) |
| static int | expand_cb (LibraryIDLinkCallbackData *cb_data) |
| static void | expand_main (void *fdhandle, Main *mainvar, BLOExpandDoitCallback callback) |
| #define BHEAD_USE_READ_ON_DEMAND | ( | bhead | ) |
We could change this in the future, for now it's simplest if only data is delayed because ID names are used in lookup tables.
Definition at line 212 of file readfile.cc.
Referenced by blo_filedata_free(), and get_bhead().
| #define BHEADN_FROM_BHEAD | ( | bh | ) |
Definition at line 206 of file readfile.cc.
Referenced by blo_bhead_next(), blo_bhead_prev(), blo_bhead_read_data(), blo_bhead_read_full(), read_libblock_is_identical(), and read_struct().
| #define DNA_DEPRECATED_ALLOW |
Definition at line 33 of file readfile.cc.
| #define U (*((const UserDef *)&U)) |
Definition at line 121 of file readfile.cc.
| #define USE_BHEAD_READ_ON_DEMAND |
Definition at line 180 of file readfile.cc.
| using BLOExpandDoitCallback |
Definition at line 4593 of file readfile.cc.
Definition at line 345 of file readfile.cc.
References BKE_main_lists_get(), BLI_movelisttolist(), and Main::is_read_invalid.
Referenced by blo_join_main(), library_link_end(), and read_libraries().
|
static |
Definition at line 1994 of file readfile.cc.
References after_liblink_id_process(), CLOG_WARN, GS, bNodeTree::id, Collection::id, ID_SCE, LOG, Scene::master_collection, ID::name, blender::bke::node_tree_from_id(), bNodeTree::owner_id, and Collection::owner_id.
Referenced by after_liblink_id_process().
|
static |
Definition at line 2038 of file readfile.cc.
References after_liblink_id_embedded_id_process(), BKE_idtype_get_info_from_id(), IDTypeInfo::blend_read_after_liblink, BLI_assert, GS, ID_WM, ID::name, and ID::properties.
Referenced by after_liblink_id_embedded_id_process(), and lib_link_all().
|
static |
Checks to perform after lib_link_all. Those operations cannot perform properly in a split bmain case, since some data from other bmain's (aka libraries) may not have been processed yet.
Definition at line 3771 of file readfile.cc.
References BKE_main_collections_parent_relations_rebuild(), BKE_main_namemap_validate_and_fix(), BKE_report(), BLI_assert, BLO_main_validate_embedded_flag(), BLO_main_validate_embedded_liboverrides(), BLO_main_validate_shapekeys(), lib_link_scenes_check_set(), BlendFileReadReport::reports, RPT_ERROR, and Main::split_mains.
Referenced by blo_read_file_internal(), and library_link_end().
|
static |
Definition at line 2738 of file readfile.cc.
References BKE_id_name(), BKE_id_new(), BKE_main_new(), BLI_assert, BLI_assert_unreachable, BLI_path_basename(), FileData::bmain, Main::curlib, FILE_MAX, Library::flag, Library::id, ID_FAKE_USERS, id_us_ensure_real(), lib, LIBRARY_ASSET_EDITABLE, LIBRARY_FLAG_IS_ARCHIVE, LIBRARY_IS_ASSET_EDIT_FILE, LIBRARY_TAG_RESYNC_REQUIRED, Library::runtime, Main::split_mains, and STRNCPY().
Referenced by blo_find_main_for_library_and_idname(), and read_libblock_undo_restore_identical().
Definition at line 685 of file readfile.cc.
References BHeadN::bhead, FileData::bhead_list, ListBase::first, and get_bhead().
Referenced by BLO_blendhandle_get_datablock_info(), BLO_blendhandle_get_datablock_names(), BLO_blendhandle_get_linkable_groups(), BLO_blendhandle_get_preview_for_id(), blo_read_file_internal(), find_bhead(), is_minversion_older_than_blender(), read_file_bhead_idname_map_create(), read_file_dna(), read_file_thumbnail(), read_file_version_and_colorspace(), and sort_bhead_old_map().
| AssetMetaData * blo_bhead_id_asset_data_address | ( | const FileData * | fd, |
| const BHead * | bhead ) |
Warning! Caller's responsibility to ensure given bhead is an ID one!
Definition at line 808 of file readfile.cc.
References BLI_assert, blo_bhead_is_id_valid_type(), FileData::id_asset_data_offset, and POINTER_OFFSET.
Referenced by blendhandle_load_id_data_and_validate().
Definition at line 816 of file readfile.cc.
References BLI_assert, blo_bhead_id_flag(), blo_bhead_is_id_valid_type(), flag, FileData::id_deep_hash_offset, ID_FLAG_LINKED_AND_PACKED, FileData::id_flag_offset, and POINTER_OFFSET.
Referenced by blo_find_main_for_library_and_idname(), and library_id_is_yet_read_deep_hash().
Warning! It's the caller's responsibility to ensure that the given bhead is an ID one!
Returns the ID flag value (or 0 if the blendfile is too old and the offset of the ID::flag member could not be computed).
Definition at line 798 of file readfile.cc.
References BLI_assert, blo_bhead_is_id(), FileData::id_flag_offset, and POINTER_OFFSET.
Referenced by blendhandle_load_id_data_and_validate(), blo_bhead_id_deep_hash(), blo_read_file_internal(), expand_doit_library(), and read_libblock_undo_restore().
Warning! Caller's responsibility to ensure given bhead is an ID one!
Will return nullptr if the name is not valid (e.g. because it has no null-char terminator, if it was saved in a version of Blender with higher MAX_ID_NAME value).
Definition at line 784 of file readfile.cc.
References BLI_assert, blo_bhead_is_id(), FD_FLAGS_HAS_INVALID_ID_NAMES, FileData::flags, FileData::id_name_offset, MAX_ID_NAME, and POINTER_OFFSET.
Referenced by blendhandle_load_id_data_and_validate(), BLO_blendhandle_get_preview_for_id(), expand_doit_library(), library_id_is_yet_read(), and read_file_bhead_idname_map_create().
|
static |
Definition at line 512 of file readfile.cc.
References BHead::code.
Referenced by blo_bhead_id_flag(), blo_bhead_id_name(), and blo_bhead_is_id_valid_type().
|
static |
Definition at line 519 of file readfile.cc.
References BKE_idtype_idcode_is_valid(), blo_bhead_is_id(), and BHead::code.
Referenced by blo_bhead_id_asset_data_address(), blo_bhead_id_deep_hash(), blo_read_asset_data_block(), blo_read_file_internal(), expand_doit_library(), link_named_part(), and read_file_bhead_idname_map_create().
Definition at line 713 of file readfile.cc.
References BHeadN::bhead, BHEADN_FROM_BHEAD, get_bhead(), and BHeadN::next.
Referenced by BLO_blendhandle_get_datablock_info(), BLO_blendhandle_get_datablock_names(), BLO_blendhandle_get_linkable_groups(), BLO_blendhandle_get_preview_for_id(), blo_blendhandle_read_preview_rects(), blo_read_file_internal(), find_bhead(), is_minversion_older_than_blender(), read_data_into_datamap(), read_file_bhead_idname_map_create(), read_file_dna(), read_file_thumbnail(), read_file_version_and_colorspace(), read_global(), read_libblock(), read_libblock_is_identical(), and sort_bhead_old_map().
Definition at line 705 of file readfile.cc.
References BHEADN_FROM_BHEAD, and BHeadN::prev.
Referenced by BLO_blendhandle_get_datablock_info(), and find_previous_lib().
Definition at line 740 of file readfile.cc.
References BHeadN::bhead, BHEADN_FROM_BHEAD, BLI_assert, FD_FLAGS_IS_MEMFILE, FileData::file, BHeadN::file_offset, FileData::flags, BHeadN::has_data, BHeadN::is_memchunk_identical, BHead::len, FileReader::offset, FileReader::read, FileReader::seek, and UNLIKELY.
Referenced by blo_bhead_read_full(), and read_struct().
Definition at line 767 of file readfile.cc.
References BHeadN::bhead, BHEADN_FROM_BHEAD, blo_bhead_read_data(), BHeadN::file_offset, BHeadN::has_data, BHeadN::is_memchunk_identical, BHead::len, MEM_freeN(), and MEM_mallocN().
Referenced by read_struct().
| void blo_cache_storage_end | ( | FileData * | fd | ) |
Definition at line 1754 of file readfile.cc.
References BLI_ghash_free(), BLI_memarena_free(), BLOCacheStorage::cache_map, FileData::cache_storage, MEM_freeN(), and BLOCacheStorage::memarena.
Referenced by blo_filedata_free().
|
static |
Clear as needed a cache data entry from old ID, when reading some undo memfile.
Definition at line 1667 of file readfile.cc.
References BLI_assert, BLI_ghash_lookup(), BLOCacheStorage::cache_map, BLOCacheStorageValue::cache_v, and BLOCacheStorageValue::new_usage_count.
Referenced by blo_cache_storage_old_bmain_clear().
|
static |
Register a cache data entry to be preserved when reading some undo memfile.
Definition at line 1612 of file readfile.cc.
References BLI_assert, BLI_ghash_haskey(), BLI_ghash_insert(), BLI_memarena_alloc(), BLOCacheStorage::cache_map, BLOCacheStorageValue::cache_v, IDCacheKey::id_session_uid, BLOCacheStorage::memarena, BLOCacheStorageValue::new_usage_count, ID::session_uid, and UNUSED_VARS_NDEBUG.
Referenced by blo_cache_storage_init().
|
static |
Restore a cache data entry from old ID into new one, when reading some undo memfile.
Definition at line 1632 of file readfile.cc.
References BLI_ghash_lookup(), BLOCacheStorage::cache_map, BLOCacheStorageValue::cache_v, ID_RECALC_SOURCE, IDTYPE_CACHE_CB_FLAGS_PERSISTENT, BLOCacheStorageValue::new_usage_count, and ID::recalc.
Referenced by direct_link_id().
Definition at line 1691 of file readfile.cc.
References BKE_idtype_cache_key_cmp(), BKE_idtype_cache_key_hash(), BKE_idtype_get_info_from_id(), BKE_idtype_id_foreach_cache(), BLI_assert, BLI_ghash_new(), BLI_memarena_new(), BLI_MEMARENA_STD_BUFSIZE, blo_cache_storage_entry_register(), BLOCacheStorage::cache_map, FileData::cache_storage, FD_FLAGS_IS_MEMFILE, ListBase::first, FileData::flags, IDTypeInfo::foreach_cache, FOREACH_MAIN_LISTBASE_BEGIN, FOREACH_MAIN_LISTBASE_END, FOREACH_MAIN_LISTBASE_ID_BEGIN, FOREACH_MAIN_LISTBASE_ID_END, ID_IS_LINKED, MEM_mallocN(), and BLOCacheStorage::memarena.
Referenced by BLO_read_from_memfile().
Definition at line 1727 of file readfile.cc.
References BKE_idtype_get_info_from_id(), BKE_idtype_id_foreach_cache(), blo_cache_storage_entry_clear_in_old(), FileData::cache_storage, ListBase::first, IDTypeInfo::foreach_cache, FOREACH_MAIN_LISTBASE_BEGIN, FOREACH_MAIN_LISTBASE_END, FOREACH_MAIN_LISTBASE_ID_BEGIN, FOREACH_MAIN_LISTBASE_ID_END, and ID_IS_LINKED.
Referenced by BLO_read_from_memfile().
|
static |
Definition at line 1188 of file readfile.cc.
References BKE_reportf(), BLI_STATIC_ASSERT, blo_filedata_free(), ENDIAN_ORDER, FD_FLAGS_FILE_FUTURE, FD_FLAGS_FILE_OK, FD_FLAGS_SWITCH_ENDIAN, FileData::flags, is_minversion_older_than_blender(), L_ENDIAN, read_blender_header(), read_file_dna(), FileData::relabase, and RPT_ERROR.
Referenced by blo_filedata_from_file(), blo_filedata_from_memfile(), and blo_filedata_from_memory().
| void blo_do_versions_key_uidgen | ( | Key * | key | ) |
Definition at line 2394 of file readfile.cc.
References Key::block, LISTBASE_FOREACH, and Key::uidgen.
Referenced by blo_do_versions_260().
| void * blo_do_versions_newlibadr | ( | FileData * | fd, |
| ID * | self_id, | ||
| const bool | is_linked_only, | ||
| const void * | adr ) |
Only library data.
Definition at line 1523 of file readfile.cc.
References newlibadr().
Referenced by blo_do_versions_250(), blo_do_versions_260(), blo_do_versions_pre250(), and ntree_version_245().
| void blo_do_versions_oldnewmap_insert | ( | OldNewMap * | onm, |
| const void * | oldaddr, | ||
| void * | newaddr, | ||
| const int | nr ) |
Definition at line 286 of file readfile.cc.
References oldnewmap_insert().
Referenced by blo_do_versions_pre250().
| void blo_filedata_free | ( | FileData * | fd | ) |
Definition at line 1399 of file readfile.cc.
References FileData::bhead_list, BHEAD_USE_READ_ON_DEMAND, FileData::bheadmap, BKE_main_idmap_destroy(), BLI_assert, BLI_freelistN(), blo_cache_storage_end(), FileReader::close, FileData::compflags, FileData::datamap, DNA_reconstruct_info_free(), DNA_sdna_free(), FileData::file, FileData::filesdna, FileData::globmap, FileData::libmap, LISTBASE_FOREACH_MUTABLE, MEM_freeN(), FileData::new_idmap_uid, FileData::old_idmap_uid, oldnewmap_free(), FileData::reconstruct_info, and FileReader::seek.
Referenced by BLO_blendhandle_close(), blo_decode_and_check(), blo_filedata_from_file_minimal(), BLO_read_from_file(), BLO_read_from_memfile(), BLO_read_from_memory(), BLO_thumbnail_from_file(), BLO_version_from_file(), library_filedata_release(), and library_link_end().
| FileData * blo_filedata_from_file | ( | const char * | filepath, |
| BlendFileReadReport * | reports ) |
On each new library added, it now checks for the current FileData and expands relativeness
cannot be called with relative paths anymore!
Definition at line 1320 of file readfile.cc.
References blo_decode_and_check(), blo_filedata_from_file_open(), FileData::relabase, BlendFileReadReport::reports, and STRNCPY().
Referenced by BLO_blendhandle_from_file(), BLO_read_from_file(), and read_library_file_data().
|
static |
Definition at line 1234 of file readfile.cc.
References BKE_reportf(), BLI_file_magic_is_gzip(), BLI_file_magic_is_zstd(), BLI_filereader_new_file(), BLI_filereader_new_gzip(), BLI_filereader_new_mmap(), BLI_filereader_new_zstd(), BLI_stat(), FileReader::close, FileData::file, FileData::file_stat, filedata_new(), FileReader::read, BlendFileReadReport::reports, RPT_, RPT_WARNING, and FileReader::seek.
Referenced by blo_filedata_from_file_open().
|
static |
Same as blo_filedata_from_file(), but does not reads DNA data, only header. Use it for light access (e.g. thumbnail reading).
Definition at line 1336 of file readfile.cc.
References blo_filedata_free(), blo_filedata_from_file_open(), FD_FLAGS_FILE_OK, FileData::flags, and read_blender_header().
Referenced by BLO_thumbnail_from_file(), and BLO_version_from_file().
|
static |
Definition at line 1305 of file readfile.cc.
References BKE_reportf(), BLI_open(), blo_filedata_from_file_descriptor(), O_BINARY, BlendFileReadReport::reports, RPT_, and RPT_WARNING.
Referenced by blo_filedata_from_file(), and blo_filedata_from_file_minimal().
| FileData * blo_filedata_from_memfile | ( | MemFile * | memfile, |
| const BlendFileReadParams * | params, | ||
| BlendFileReadReport * | reports ) |
Definition at line 1382 of file readfile.cc.
References BKE_report(), blo_decode_and_check(), BLO_memfile_new_filereader(), FD_FLAGS_IS_MEMFILE, FileData::file, filedata_new(), FileData::flags, params, BlendFileReadReport::reports, RPT_WARNING, and FileData::undo_direction.
Referenced by BLO_read_from_memfile().
| FileData * blo_filedata_from_memory | ( | const void * | mem, |
| const int | memsize, | ||
| BlendFileReadReport * | reports ) |
Definition at line 1350 of file readfile.cc.
References BKE_report(), BLI_file_magic_is_gzip(), BLI_file_magic_is_zstd(), BLI_filereader_new_gzip(), BLI_filereader_new_memory(), BLI_filereader_new_zstd(), blo_decode_and_check(), FileReader::close, FileData::file, filedata_new(), MIN_SIZEOFBLENDERHEADER, BlendFileReadReport::reports, RPT_, and RPT_WARNING.
Referenced by BLO_blendhandle_from_memory(), BLO_read_from_memory(), and read_library_file_data().
|
static |
Definition at line 4611 of file readfile.cc.
References Library::archive_parent_library, BLI_assert, BLI_path_abs(), BLI_path_cmp, BLI_path_normalize(), blo_add_main_for_library(), blo_bhead_id_deep_hash(), FileData::bmain, CLOG_DEBUG, Main::curlib, ELEM, FILE_MAX, Main::filepath, Library::flag, Library::id, LIBRARY_FLAG_IS_ARCHIVE, library_id_is_yet_read_main(), LOG, ID::name, read_file_version_and_colorspace(), Library::runtime, Main::split_mains, STRNCPY(), UNUSED_VARS_NDEBUG, and Main::versionfile.
Referenced by expand_doit_library(), and library_link_begin().
| void blo_join_main | ( | Main * | bmain | ) |
Join the set of split mains (found in given main Main::split_mains vector shared pointer) back into that 'main' main.
Definition at line 359 of file readfile.cc.
References add_main_to_main(), BKE_main_free(), BKE_main_idmap_destroy(), BKE_main_namemap_clear(), BLI_assert, Main::curlib, Main::id_map, Main::is_asset_edit_file, LIBRARY_IS_ASSET_EDIT_FILE, Library::runtime, and Main::split_mains.
Referenced by BLO_main_validate_libraries(), blo_read_file_internal(), BLO_read_from_memfile(), and library_link_end().
| Main * BLO_library_link_begin | ( | BlendHandle ** | bh, |
| const char * | filepath, | ||
| const LibraryLink_Params * | params ) |
Initialize the #BlendHandle for linking library data.
| bh | A blender file handle as returned by BLO_blendhandle_from_file or BLO_blendhandle_from_memory. |
| filepath | Used for relative linking, copied to the lib->filepath. |
| params | Settings for linking that don't change from beginning to end of linking. |
Definition at line 5133 of file readfile.cc.
References library_link_begin(), and params.
Referenced by BKE_blendfile_link(), and BLO_library_temp_load_id().
| void BLO_library_link_end | ( | Main * | mainl, |
| BlendHandle ** | bh, | ||
| const LibraryLink_Params * | params, | ||
| ReportList * | reports ) |
Finalize linking from a given .blend file (library). Optionally instance the indirect object/collection in the scene when the flags are set.
| mainl | The main database to link from (not the active one). |
| bh | The blender file handle (WARNING! may be freed by this function!). |
| params | Settings for linking that don't change from beginning to end of linking. |
Definition at line 5293 of file readfile.cc.
References Main::is_read_invalid, lib, library_filedata_release(), library_link_end(), LISTBASE_FOREACH, and params.
Referenced by BKE_blendfile_link(), and BLO_library_temp_load_id().
| ID * BLO_library_link_named_part | ( | Main * | mainl, |
| BlendHandle ** | bh, | ||
| short | idcode, | ||
| const char * | name, | ||
| const LibraryLink_Params * | params ) |
Link a named data-block from an external blend file.
| mainl | The main database to link from (not the active one). |
| bh | The blender file handle. |
| idcode | The kind of data-block to link. |
| name | The name of the data-block (without the 2 char ID prefix). |
Definition at line 5037 of file readfile.cc.
References Main::is_read_invalid, link_named_part(), name, and params.
Referenced by BKE_blendfile_link(), and BLO_library_temp_load_id().
| void BLO_library_link_params_init | ( | LibraryLink_Params * | params, |
| Main * | bmain, | ||
| const int | flag, | ||
| const int | id_tag_extra ) |
Definition at line 5105 of file readfile.cc.
Referenced by BKE_copybuffer_read(), BLO_library_link_params_init_with_context(), BLO_library_temp_load_id(), and bpy_lib_exit().
| void BLO_library_link_params_init_with_context | ( | LibraryLink_Params * | params, |
| Main * | bmain, | ||
| const int | flag, | ||
| const int | id_tag_extra, | ||
| Scene * | scene, | ||
| ViewLayer * | view_layer, | ||
| const View3D * | v3d ) |
Definition at line 5116 of file readfile.cc.
References BLO_library_link_params_init(), flag, and params.
Referenced by BKE_copybuffer_paste(), wm_file_link_append_datablock_ex(), wm_id_linked_relocate_exec(), WM_lib_reload(), wm_lib_relocate_exec_do(), and wm_link_append_exec().
Definition at line 5315 of file readfile.cc.
References INDEX_ID_NULL, and read_struct().
Referenced by BLO_blendhandle_get_preview_for_id(), and blo_blendhandle_read_preview_rects().
Definition at line 1593 of file readfile.cc.
References BKE_main_idmap_create(), BKE_main_idmap_destroy(), MAIN_IDMAP_TYPE_UID, and FileData::old_idmap_uid.
Referenced by BLO_read_from_memfile().
| BHead * blo_read_asset_data_block | ( | FileData * | fd, |
| BHead * | bhead, | ||
| AssetMetaData ** | r_asset_data ) |
Definition at line 3400 of file readfile.cc.
References BKE_asset_metadata_read(), BLI_assert, blo_bhead_is_id_valid_type(), BLO_read_struct, FileData::datamap, INDEX_ID_NULL, oldnewmap_clear(), and read_data_into_datamap().
Referenced by BLO_blendhandle_get_datablock_info().
| void BLO_read_char_array | ( | BlendDataReader * | reader, |
| const int64_t | array_size, | ||
| char ** | ptr_p ) |
Definition at line 5770 of file readfile.cc.
References BLO_read_struct_array_with_size().
Referenced by console_blend_read_data(), IDP_DirectLinkString(), and object_blend_read_data().
| void BLO_read_data_globmap_add | ( | BlendDataReader * | reader, |
| void * | oldaddr, | ||
| void * | newaddr ) |
Definition at line 5968 of file readfile.cc.
References BlendDataReader::fd, FileData::globmap, and oldnewmap_insert().
Referenced by window_manager_blend_read_data().
| bool BLO_read_data_is_undo | ( | BlendDataReader * | reader | ) |
Definition at line 5963 of file readfile.cc.
References BlendDataReader::fd, FD_FLAGS_IS_MEMFILE, and FileData::flags.
Referenced by BKE_previewimg_blend_read(), blo_read_shared_impl(), direct_link_id_common(), image_blend_read_data(), object_blend_read_data(), and sound_blend_read_data().
| BlendFileReadReport * BLO_read_data_reports | ( | BlendDataReader * | reader | ) |
Definition at line 5978 of file readfile.cc.
References BlendDataReader::fd, and FileData::reports.
Referenced by BKE_fmodifiers_blend_read_data(), BKE_modifier_blend_read_data(), and link_recurs_seq().
| void BLO_read_double_array | ( | BlendDataReader * | reader, |
| const int64_t | array_size, | ||
| double ** | ptr_p ) |
Definition at line 5821 of file readfile.cc.
References BLI_assert, BLO_read_struct_array_with_size(), BlendDataReader::fd, FD_FLAGS_SWITCH_ENDIAN, and FileData::flags.
Referenced by IDP_DirectLinkArray(), and read_ui_data().
|
static |
Contains sanity/debug checks to be performed at the very end of the reading process (i.e. after data, liblink, linked data, etc. has been done).
Definition at line 3962 of file readfile.cc.
References BLI_assert, Main::is_read_invalid, LISTBASE_FOREACH, Main::split_mains, UNUSED_VARS_NDEBUG, and Main::wm.
Referenced by blo_read_file_internal(), and library_link_end().
| BlendFileData * blo_read_file_internal | ( | FileData * | fd, |
| const char * | filepath ) |
Definition at line 3978 of file readfile.cc.
References after_liblink_merged_bmain_process(), blender::Vector< T, InlineBufferCapacity, Allocator >::as_span(), ATTR_FALLTHROUGH, BKE_collections_after_lib_link(), BKE_id_delete(), BKE_layer_collection_resync_allow(), BKE_layer_collection_resync_forbid(), BKE_lib_override_library_main_update(), BKE_lib_override_library_main_validate(), BKE_main_collections_parent_relations_rebuild(), BKE_main_ensure_invariants(), BKE_main_id_refcount_recompute(), BKE_main_id_tag_all(), BKE_main_idmap_create(), BKE_main_lists_get(), BKE_main_new(), BKE_reportf(), BKE_view_layer_find(), Main::blen_thumb, BLEN_THUMB_MEMSIZE, BLEN_THUMB_MEMSIZE_FILE, BLEN_THUMB_MEMSIZE_IS_VALID, BLENFILETYPE_BLEND, BLI_assert, BLI_assert_msg, BLI_time_now_seconds(), blo_bhead_first(), blo_bhead_id_flag(), blo_bhead_is_id_valid_type(), blo_bhead_next(), BLO_CODE_DATA, BLO_CODE_DNA1, BLO_CODE_ENDB, BLO_CODE_GLOB, BLO_CODE_REND, BLO_CODE_TEST, BLO_CODE_USER, blo_join_main(), blo_read_file_checks(), BLO_READ_SKIP_DATA, BLO_READ_SKIP_USERDEF, blo_split_main(), FileData::bmain, CLOG_DEBUG, BHead::code, BlendFileData::cur_view_layer, Main::curlib, BlendFileData::curscene, data, do_versions(), do_versions_after_linking(), do_versions_userdef(), BlendFileReadReport::duration, FileData::fd_bmain, FD_FLAGS_HAS_INVALID_ID_NAMES, FD_FLAGS_IS_MEMFILE, BlendFileData::filepath, Main::filepath, FileData::fileversion, fix_relpaths_library(), Library::flag, FileData::flags, FOREACH_MAIN_ID_BEGIN, FOREACH_MAIN_ID_END, G, Main::has_forward_compatibility_issues, BlendThumbnail::height, ID_FLAG_LINKED_AND_PACKED, ID_LI, ID_LINK_PLACEHOLDER, Main::id_map, ID_SCR, ID_SCRN, ID_TAG_NEW, IMB_colormanagement_working_space_convert(), Main::is_read_invalid, ID::lib, lib, lib_link_all(), BlendFileReadReport::lib_overrides, BlendFileReadReport::libraries, Main::libraries, library_filedata_release(), LIBRARY_FLAG_IS_ARCHIVE, link_global(), LISTBASE_FOREACH_MUTABLE, LOG_UNDO, long_id_names_ensure_unique_id_names(), long_id_names_process_action_slots_identifiers(), BlendFileData::main, MAIN_IDMAP_TYPE_UID, MEM_mallocN(), ViewLayer::name, FileData::new_idmap_uid, blender::bke::node_tree_update_all_new(), FileData::old_bmain, placeholders_ensure_valid(), read_file_thumbnail(), read_global(), read_libblock(), read_libraries(), read_undo_move_libmain_data(), read_undo_remap_noundo_data(), read_undo_reuse_noundo_local_ids(), read_userdef(), BlendThumbnail::rect, FileData::relabase, BlendFileReadReport::reports, FileData::reports, RPT_ERROR, RPT_WARNING, Library::runtime, FileData::skip_flags, Main::split_mains, STRNCPY(), BlendFileData::type, Main::versionfile, and BlendThumbnail::width.
Referenced by BLO_read_from_file(), BLO_read_from_memfile(), and BLO_read_from_memory().
| int BLO_read_fileversion_get | ( | BlendDataReader * | reader | ) |
Definition at line 5744 of file readfile.cc.
References BlendDataReader::fd, and FileData::fileversion.
Referenced by BKE_collection_blend_read_data(), blender::bke::direct_link_node_socket_default_value(), and blender::bke::node_tree_blend_read_data().
| void BLO_read_float3_array | ( | BlendDataReader * | reader, |
| const int64_t | array_size, | ||
| float ** | ptr_p ) |
Definition at line 5816 of file readfile.cc.
References BLO_read_float_array().
Referenced by blend_read(), blend_read_mdisps(), lightprobe_grid_cache_frame_blend_read(), and blender::bke::read_array_data().
| void BLO_read_float_array | ( | BlendDataReader * | reader, |
| const int64_t | array_size, | ||
| float ** | ptr_p ) |
Definition at line 5809 of file readfile.cc.
References BLI_assert, BLO_read_struct_array_with_size(), BlendDataReader::fd, FD_FLAGS_SWITCH_ENDIAN, and FileData::flags.
Referenced by BKE_constraint_blend_read_data(), BKE_fmodifiers_blend_read_data(), blend_read(), blender::bke::CurvesGeometry::blend_read(), blend_read_layer_data(), blend_read_paint_mask(), BLO_read_float3_array(), curve_blend_read_data(), direct_link_pointcache_mem(), IDP_DirectLinkArray(), lightprobe_grid_cache_frame_blend_read(), mask_blend_read_data(), and blender::bke::read_array_data().
| void * BLO_read_get_new_data_address | ( | BlendDataReader * | reader, |
| const void * | old_address ) |
Definition at line 5698 of file readfile.cc.
References BlendDataReader::fd, and newdataadr().
| void * BLO_read_get_new_data_address_no_us | ( | BlendDataReader * | reader, |
| const void * | old_address, | ||
| size_t | expected_size ) |
Does not consider the read data as 'used'. It will still be freed by readfile code at the end of the reading process, if no other 'real' usage was detected for it.
Typical valid usages include:
Definition at line 5703 of file readfile.cc.
References blo_verify_data_address(), BlendDataReader::fd, and newdataadr_no_us().
Referenced by BKE_modifier_blend_read_data(), modifier_replace_with_fluid(), blender::ed::outliner::outliner_space_blend_read_data(), and scene_blend_read_data().
| void * blo_read_get_new_globaldata_address | ( | FileData * | fd, |
| const void * | adr ) |
Direct data-blocks with global linking.
Definition at line 1512 of file readfile.cc.
References FileData::globmap, and oldnewmap_lookup_and_inc().
Referenced by blo_do_versions_290(), and link_global().
| ID * BLO_read_get_new_id_address | ( | BlendLibReader * | reader, |
| ID * | self_id, | ||
| const bool | is_linked_only, | ||
| ID * | id ) |
Search for the new address of given id, during library linking part of blend-file reading process.
| self_id | the ID owner of the given id pointer. Note that it may be an embedded ID. |
| is_linked_only | If true, only return found pointer if it is a linked ID. Used to prevent linked data to point to local IDs. |
Definition at line 5731 of file readfile.cc.
References BlendLibReader::fd, and newlibadr().
Referenced by lib_link_cb().
| ID * BLO_read_get_new_id_address_from_session_uid | ( | BlendLibReader * | reader, |
| uint | session_uid ) |
Search for the new address of the ID for the given session_uid.
Only IDs existing in the newly read Main will be returned. If no matching session_uid in new main can be found, nullptr is returned.
This expected to be used during library-linking and/or 'undo_preserve' processes in undo case (i.e. memfile reading), typically to find a valid value (or nullptr) for ID pointers values coming from the previous, existing Main data, when it is preserved in newly read Main. See e.g. the scene_undo_preserve code-path.
Definition at line 5739 of file readfile.cc.
References BKE_main_idmap_lookup_uid(), BlendLibReader::fd, and FileData::new_idmap_uid.
Referenced by scene_foreach_toolsettings_id_pointer_process().
| void BLO_read_glob_list | ( | BlendDataReader * | reader, |
| ListBase * | list ) |
Definition at line 5973 of file readfile.cc.
References BlendDataReader::fd, and link_glob_list().
Referenced by scene_blend_read_data().
| void BLO_read_int16_array | ( | BlendDataReader * | reader, |
| const int64_t | array_size, | ||
| int16_t ** | ptr_p ) |
Definition at line 5788 of file readfile.cc.
References BLI_assert, BLO_read_struct_array_with_size(), BlendDataReader::fd, FD_FLAGS_SWITCH_ENDIAN, and FileData::flags.
Referenced by blender::bke::read_array_data().
| void BLO_read_int32_array | ( | BlendDataReader * | reader, |
| const int64_t | array_size, | ||
| int32_t ** | ptr_p ) |
Definition at line 5795 of file readfile.cc.
References BLI_assert, BLO_read_struct_array_with_size(), BlendDataReader::fd, FD_FLAGS_SWITCH_ENDIAN, and FileData::flags.
Referenced by blend_read(), blender::bke::CurvesGeometry::blend_read(), IDP_DirectLinkArray(), object_blend_read_data(), blender::bke::read_array_data(), read_layer(), and read_ui_data().
| void BLO_read_int8_array | ( | BlendDataReader * | reader, |
| const int64_t | array_size, | ||
| int8_t ** | ptr_p ) |
Definition at line 5782 of file readfile.cc.
References BLO_read_struct_array_with_size().
Referenced by blend_read_mdisps(), IDP_DirectLinkArray(), lightprobe_grid_cache_frame_blend_read(), blender::bke::read_array_data(), and read_ui_data().
| Main * BLO_read_lib_get_main | ( | BlendLibReader * | reader | ) |
Definition at line 5988 of file readfile.cc.
References BlendLibReader::main.
Referenced by BKE_pose_blend_read_after_liblink(), object_blend_read_after_liblink(), and workspace_blend_read_after_liblink().
| bool BLO_read_lib_is_undo | ( | BlendLibReader * | reader | ) |
Definition at line 5983 of file readfile.cc.
References BlendLibReader::fd, FD_FLAGS_IS_MEMFILE, and FileData::flags.
Referenced by BKE_pose_blend_read_after_liblink(), and blender::bke::ntree_blend_read_after_liblink().
| BlendFileReadReport * BLO_read_lib_reports | ( | BlendLibReader * | reader | ) |
Definition at line 5993 of file readfile.cc.
References BlendLibReader::fd, and FileData::reports.
Referenced by object_blend_read_after_liblink(), and scene_blend_read_after_liblink().
| void BLO_read_pointer_array | ( | BlendDataReader * | reader, |
| const int64_t | array_size, | ||
| void ** | ptr_p ) |
Definition at line 5880 of file readfile.cc.
References BLI_assert_unreachable, convert_pointer_array_32_to_64(), convert_pointer_array_64_to_32(), BlendDataReader::fd, FileData::filesdna, MEM_freeN(), MEM_malloc_arrayN(), FileData::memsdna, newdataadr(), and SDNA::pointer_size.
Referenced by BKE_gpencil_blend_read_data(), curve_blend_read_data(), curves_blend_read_data(), direct_link_moviePlaneTracks(), grease_pencil_blend_read_data(), IDP_DirectLinkArray(), blender::bke::node_interface::item_types::item_read_data(), mesh_blend_read_data(), metaball_blend_read_data(), object_blend_read_data(), pointcloud_blend_read_data(), blender::bke::read_channelbag(), read_drawing_array(), blender::bke::read_layers(), blender::bke::read_slots(), blender::bke::read_strip_keyframe_data(), blender::bke::read_strip_keyframe_data_array(), blender::ed::spreadsheet::spreadsheet_blend_read_data(), blender::ed::spreadsheet::spreadsheet_table_blend_read(), and volume_blend_read_data().
| blender::ImplicitSharingInfoAndData blo_read_shared_impl | ( | BlendDataReader * | reader, |
| const void ** | ptr_p, | ||
| const blender::FunctionRef< const blender::ImplicitSharingInfo *()> | read_fn ) |
Definition at line 5920 of file readfile.cc.
References Map< Key, Value, InlineBufferCapacity, ProbingStrategy, Hash, IsEqual, Slot, Allocator >::add(), BLO_read_data_is_undo(), BlendDataReader::fd, FD_FLAGS_IS_MEMFILE, FileData::file, FileData::flags, Map< Key, Value, InlineBufferCapacity, ProbingStrategy, Hash, IsEqual, Slot, Allocator >::lookup_ptr(), UndoReader::memfile, BlendDataReader::shared_data_by_stored_address, MemFile::shared_storage, and MemFileSharedStorage::sharing_info_by_address_id.
| void BLO_read_string | ( | BlendDataReader * | reader, |
| char ** | ptr_p ) |
Definition at line 5828 of file readfile.cc.
References BLI_assert_msg, BLO_read_data_address, len, MEM_allocN_len, and str.
Referenced by BKE_asset_catalog_path_list_blend_read_data(), BKE_asset_metadata_read(), BKE_asset_weak_reference_read(), BKE_constraint_blend_read_data(), BKE_fcurve_blend_read_data(), BKE_keyingsets_blend_read_data(), BKE_paint_blend_read_data(), BKE_preferences_extension_repo_read_data(), BKE_viewer_path_blend_read_data(), blender::bke::AttributeStorage::blend_read(), blender::blend_read(), blender::nodes::BakeItemsAccessor::blend_read_data_item(), blender::nodes::CaptureAttributeItemsAccessor::blend_read_data_item(), blender::nodes::ClosureInputItemsAccessor::blend_read_data_item(), blender::nodes::ClosureOutputItemsAccessor::blend_read_data_item(), blender::nodes::CombineBundleItemsAccessor::blend_read_data_item(), blender::nodes::EvaluateClosureInputItemsAccessor::blend_read_data_item(), blender::nodes::EvaluateClosureOutputItemsAccessor::blend_read_data_item(), blender::nodes::FieldToGridItemsAccessor::blend_read_data_item(), blender::nodes::FileOutputItemsAccessor::blend_read_data_item(), blender::nodes::ForeachGeometryElementGenerationItemsAccessor::blend_read_data_item(), blender::nodes::ForeachGeometryElementInputItemsAccessor::blend_read_data_item(), blender::nodes::ForeachGeometryElementMainItemsAccessor::blend_read_data_item(), blender::nodes::FormatStringItemsAccessor::blend_read_data_item(), blender::nodes::GeoViewerItemsAccessor::blend_read_data_item(), blender::nodes::MenuSwitchItemsAccessor::blend_read_data_item(), blender::nodes::RepeatItemsAccessor::blend_read_data_item(), blender::nodes::SeparateBundleItemsAccessor::blend_read_data_item(), blender::nodes::SimulationItemsAccessor::blend_read_data_item(), BLO_read_string(), camera_blend_read_data(), curve_blend_read_data(), curves_blend_read_data(), direct_link_id_override_property(), blender::bke::direct_link_node_socket(), direct_link_panel_list(), blender::bke::node_interface::item_types::item_read_data(), mesh_blend_read_data(), blender::nodes::node_composite_file_output_cc::node_blend_read(), blender::nodes::node_fn_input_string_cc::node_blend_read(), blender::bke::node_blend_read_data_storage(), blender::bke::node_tree_blend_read_data(), read_layer(), read_layer_tree_group(), read_ui_data(), blender::ed::asset::shelf::settings_blend_read_data(), blender::ed::spreadsheet::spreadsheet_blend_read_data(), blender::ed::spreadsheet::spreadsheet_column_blend_read(), blender::ed::spreadsheet::spreadsheet_column_id_blend_read(), blender::ed::spreadsheet::spreadsheet_table_id_blend_read(), blender::seq::strip_read_data_cb(), and text_blend_read_data().
| void BLO_read_string | ( | BlendDataReader * | reader, |
| char *const * | ptr_p ) |
Definition at line 5847 of file readfile.cc.
References BLO_read_string().
| void * BLO_read_struct_array_with_size | ( | BlendDataReader * | reader, |
| const void * | old_address, | ||
| size_t | expected_size ) |
The 'main' read function and helper macros for non-basic data types.
NOTE: Currently the usage of the type info is very minimal/basic, it merely does a lose check on the data size.
Definition at line 5711 of file readfile.cc.
References blo_verify_data_address(), BlendDataReader::fd, and newdataadr().
Referenced by blender::nodes::socket_items::blend_read_data(), BLO_read_char_array(), BLO_read_double_array(), BLO_read_float_array(), BLO_read_int16_array(), BLO_read_int32_array(), BLO_read_int8_array(), BLO_read_struct_by_name_array(), BLO_read_struct_list_with_size(), BLO_read_uint32_array(), and BLO_read_uint8_array().
| void * BLO_read_struct_by_name_array | ( | BlendDataReader * | reader, |
| const char * | struct_name, | ||
| int64_t | items_num, | ||
| const void * | old_address ) |
Similar to BLO_read_struct_array_with_size, but can use a (DNA) type name instead of the type itself to find the expected data size.
Somewhat mirrors BLO_write_struct_array_by_name.
Definition at line 5719 of file readfile.cc.
References BLI_assert, BLO_read_struct_array_with_size(), DNA_struct_find_with_alias(), DNA_struct_identifier(), DNA_struct_size(), BlendDataReader::fd, FileData::memsdna, and STREQ.
Referenced by BKE_constraint_blend_read_data(), BKE_fmodifiers_blend_read_data(), BKE_pose_blend_read_data(), blend_read_layer_data(), and blender::bke::node_blend_read_data_storage().
| void BLO_read_struct_list_with_size | ( | BlendDataReader * | reader, |
| const size_t | expected_elem_size, | ||
| ListBase * | list ) |
Definition at line 5749 of file readfile.cc.
References BLI_listbase_is_empty(), BLO_read_struct_array_with_size(), ListBase::first, ListBase::last, Link::next, and Link::prev.
| void BLO_read_uint32_array | ( | BlendDataReader * | reader, |
| const int64_t | array_size, | ||
| uint32_t ** | ptr_p ) |
Definition at line 5802 of file readfile.cc.
References BLI_assert, BLO_read_struct_array_with_size(), BlendDataReader::fd, FD_FLAGS_SWITCH_ENDIAN, and FileData::flags.
Referenced by BKE_previewimg_blend_read(), and direct_link_pointcache_mem().
| void BLO_read_uint8_array | ( | BlendDataReader * | reader, |
| const int64_t | array_size, | ||
| uint8_t ** | ptr_p ) |
Definition at line 5776 of file readfile.cc.
References BLO_read_struct_array_with_size().
Referenced by blend_read_layer_data(), and blender::bke::read_array_data().
| void BLO_readfile_id_runtime_data_free | ( | ID & | id | ) |
Free the ID_Readfile_Data of this ID. Does not deal with embedded IDs.
Definition at line 2220 of file readfile.cc.
References MEM_SAFE_FREE.
Referenced by BKE_libblock_free_runtime_data(), and BLO_readfile_id_runtime_data_free_all().
| void BLO_readfile_id_runtime_data_free_all | ( | Main & | bmain | ) |
Free the ID_Readfile_Data of all IDs in this bmain and all their embedded IDs.
This is typically called at the end of the versioning process, as after that ID.runtime.readfile_data should no longer be needed.
Definition at line 2225 of file readfile.cc.
References BLO_readfile_id_runtime_data_free(), FOREACH_MAIN_ID_BEGIN, FOREACH_MAIN_ID_END, GS, bNodeTree::id, Collection::id, ID_SCE, ID::name, and blender::bke::node_tree_from_id().
Referenced by BKE_blendfile_append(), BKE_blendfile_link(), and setup_app_data().
| ID_Readfile_Data::Tags BLO_readfile_id_runtime_tags | ( | ID & | id | ) |
Return id->runtime->readfile_data->tags if the readfile_data is allocated, otherwise return an all-zero set of tags.
Definition at line 2206 of file readfile.cc.
Referenced by blo_do_versions_pre250(), blender::animrig::versioning::convert_legacy_action_assignments(), direct_link_id(), direct_link_id_common(), expand_main(), has_linked_ids_to_read(), lib_link_all(), read_id_in_lib(), read_library_clear_weak_links(), read_library_linked_id(), and read_library_linked_ids().
| ID_Readfile_Data::Tags & BLO_readfile_id_runtime_tags_for_write | ( | ID & | id | ) |
Create the readfile_data if needed, and return id->runtime->readfile_data->tags.
Use it instead of BLO_readfile_id_runtime_tags when tags need to be set.
Definition at line 2214 of file readfile.cc.
References readfile_id_runtime_data_ensure().
Referenced by blo_do_versions_pre250(), expand_main(), lib_link_all(), read_libblock_undo_restore_at_old_address(), and read_library_linked_id().
Definition at line 556 of file readfile.cc.
References BLO_reportf_wrap(), Main::is_read_invalid, FileData::reports, RPT_ERROR, and Main::split_mains.
Referenced by BLO_read_invalidate_message(), and blo_verify_data_address().
| void BLO_reportf_wrap | ( | BlendFileReadReport * | reports, |
| const eReportType | type, | ||
| const char * | format, | ||
| ... ) |
Definition at line 218 of file readfile.cc.
References BKE_report(), BKE_report_log(), G, LOG, and BlendFileReadReport::reports.
Referenced by blo_readfile_invalidate(), direct_link_id_embedded_id(), direct_link_library(), expand_doit_library(), read_library_file_data(), and read_library_linked_id().
Split a single main into a vector of Mains, each containing only IDs from a given library.
The vector is accessible in all of the split mains through the shared pointer Main::split_mains.
The first Main of the vector is the same as the given main, and contains local IDs.
If do_split_packed_ids is false, packed linked IDs remain in the local (first) main as well.
Definition at line 415 of file readfile.cc.
References blender::Vector< T, InlineBufferCapacity, Allocator >::append(), BKE_main_idmap_destroy(), BKE_main_lists_get(), BKE_main_namemap_clear(), BKE_main_new(), BLENDER_FILE_SUBVERSION, BLENDER_FILE_VERSION, BLI_assert, BLI_listbase_is_empty(), Main::colorspace, Main::curlib, ListBase::first, GS, Main::has_forward_compatibility_issues, i, ID_LI, Main::id_map, Main::is_asset_edit_file, lib, Main::libraries, LIBRARY_FLAG_IS_ARCHIVE, LIBRARY_IS_ASSET_EDIT_FILE, MAIN_VERSION_FILE_OLDER_OR_EQUAL, ID::name, split_libdata(), Main::split_mains, Main::subversionfile, and Main::versionfile.
Referenced by BLO_main_validate_libraries(), blo_read_file_internal(), BLO_read_from_memfile(), library_link_begin(), and library_link_end().
| BlendThumbnail * BLO_thumbnail_from_file | ( | const char * | filepath | ) |
Does a very light reading of given .blend file to extract its stored thumbnail.
| filepath | The path of the file to extract thumbnail from. |
Definition at line 1456 of file readfile.cc.
References BLEN_THUMB_MEMSIZE, BLEN_THUMB_MEMSIZE_FILE, BLEN_THUMB_MEMSIZE_IS_VALID, BLI_assert, blo_filedata_free(), blo_filedata_from_file_minimal(), data, MEM_mallocN(), and read_file_thumbnail().
Referenced by imb_thumb_load_from_blendfile(), and uiTemplateRecentFiles_tooltip_func().
|
static |
Definition at line 5674 of file readfile.cc.
References blo_readfile_invalidate(), FileData::bmain, MEM_allocN_len, and Main::split_mains.
Referenced by BLO_read_get_new_data_address_no_us(), and BLO_read_struct_array_with_size().
| short BLO_version_from_file | ( | const char * | filepath | ) |
Does a very light reading of given .blend file to extract its version.
| filepath | The path of the blend file to extract version from. |
Definition at line 1483 of file readfile.cc.
References blo_filedata_free(), blo_filedata_from_file_minimal(), and FileData::fileversion.
Referenced by file_draw_tooltip_custom_func(), and uiTemplateRecentFiles_tooltip_func().
Definition at line 1563 of file readfile.cc.
References Main::curlib, and Library::runtime.
Referenced by change_ID_pointer_to_real_ID_pointer(), and change_link_placeholder_to_real_ID_pointer().
|
static |
Definition at line 1583 of file readfile.cc.
References FileData::bmain, change_ID_link_filedata_get(), change_ID_pointer_to_real_ID_pointer_fd(), and Main::split_mains.
Referenced by direct_link_library().
|
static |
Definition at line 1550 of file readfile.cc.
References BKE_idtype_idcode_is_valid(), BLI_assert, GS, FileData::libmap, OldNewMap::map, name, and Map< Key, Value, InlineBufferCapacity, ProbingStrategy, Hash, IsEqual, Slot, Allocator >::values().
Referenced by change_ID_pointer_to_real_ID_pointer().
|
static |
Definition at line 1573 of file readfile.cc.
References FileData::bmain, change_ID_link_filedata_get(), change_link_placeholder_to_real_ID_pointer_fd(), and Main::split_mains.
Referenced by read_library_clear_weak_links(), and read_library_linked_ids().
|
static |
Definition at line 1532 of file readfile.cc.
References GS, ID_LINK_PLACEHOLDER, FileData::libmap, OldNewMap::map, name, and Map< Key, Value, InlineBufferCapacity, ProbingStrategy, Hash, IsEqual, Slot, Allocator >::values().
Referenced by change_link_placeholder_to_real_ID_pointer().
|
static |
|
static |
Definition at line 5857 of file readfile.cc.
References BLI_assert, BlendDataReader::fd, FD_FLAGS_SWITCH_ENDIAN, FileData::flags, i, uint32_from_uint64_ptr(), and UNUSED_VARS_NDEBUG.
Referenced by BLO_read_pointer_array().
|
static |
Definition at line 2603 of file readfile.cc.
References BKE_lib_libblock_session_uid_ensure(), BKE_libblock_alloc_notest(), BKE_libblock_init_empty(), BKE_libblock_runtime_ensure(), BKE_main_idmap_insert_id(), BLI_addtail(), BLI_strncpy(), Main::curlib, ID::icon_id, ID_FAKE_USERS, Main::id_map, id_sort_by_name(), ID_TAG_LIBOVERRIDE_NEED_RESYNC, ID_TAG_MISSING, ID_TAG_TEMP_MAIN, ID::lib, ID::name, ID::tag, ID::us, and which_libbase().
Referenced by link_named_part(), and read_library_linked_id().
|
static |
Definition at line 2655 of file readfile.cc.
References BKE_idtype_get_info_from_id(), BKE_idtype_id_foreach_cache(), BKE_screen_blend_read_data(), IDTypeInfo::blend_read_data, blo_cache_storage_entry_restore_in_new(), BLO_readfile_id_runtime_tags(), FileData::cache_storage, Map< Key, Value, InlineBufferCapacity, ProbingStrategy, Hash, IsEqual, Slot, Allocator >::clear(), direct_link_id_common(), direct_link_library(), BlendDataReader::fd, IDTypeInfo::foreach_cache, GS, ID_LI, ID_SCR, ID_Readfile_Data::Tags::is_link_placeholder, main, ID::name, and BlendDataReader::shared_data_by_stored_address.
Referenced by read_libblock().
|
static |
Definition at line 2248 of file readfile.cc.
References ID::asset_data, IDTypeInfo::asset_type_info, BKE_animdata_blend_read_data(), BKE_asset_metadata_read(), BKE_idtype_get_info_from_id(), BKE_idtype_idcode_is_valid(), BKE_lib_libblock_session_uid_ensure(), BKE_libblock_runtime_ensure(), BLI_assert, BLI_assert_msg, BLO_read_data_is_undo(), BLO_READ_SKIP_UNDO_OLD_MAIN, BLO_read_struct, BLO_read_struct_list, BLO_readfile_id_runtime_tags(), CLOG_ERROR, direct_link_id_embedded_id(), direct_link_id_override_property(), direct_link_id_restore_recalc(), BlendDataReader::fd, ID::flag, Library::flag, GS, ID_FAKE_USERS, ID_FLAG_FAKEUSER, ID_FLAG_INDIRECT_WEAK_LINK, ID_FLAG_LINKED_AND_PACKED, ID_IS_LINKED, ID_TAG_KEEP_ON_UNDO, ID_TAG_TEMP_MAIN, IDP_BlendDataRead, ID_Readfile_Data::Tags::is_link_placeholder, ID::lib, LIBRARY_FLAG_IS_ARCHIVE, ID::library_weak_reference, LISTBASE_FOREACH, LOG, MAIN_ID_SESSION_UID_UNSET, ID::name, ID::override_library, ID::properties, IDOverrideLibrary::properties, readfile_id_runtime_data_ensure(), ID::runtime, FileData::skip_flags, ID::system_properties, and ID::tag.
Referenced by direct_link_id(), and direct_link_id_embedded_id().
|
static |
Definition at line 2075 of file readfile.cc.
References BKE_collection_blend_read_data(), BKE_id_name(), BKE_idtype_idcode_is_valid(), BLO_read_struct, BLO_reportf_wrap(), Scene::compositing_node_group, direct_link_id_common(), BlendDataReader::fd, GS, Collection::id, Scene::id, ID_SCE, Scene::master_collection, MEM_SAFE_FREE, ID::name, blender::bke::node_tree_blend_read_data(), blender::bke::node_tree_from_id(), blender::bke::node_tree_ptr_from_id(), FileData::reports, RPT_, and RPT_ERROR.
Referenced by direct_link_id_common().
|
static |
Definition at line 2051 of file readfile.cc.
References BLO_read_string(), BLO_read_struct_list, LISTBASE_FOREACH, IDOverrideLibraryProperty::operations, IDOverrideLibraryProperty::rna_path, and IDOverrideLibraryProperty::tag.
Referenced by direct_link_id_common().
|
static |
Definition at line 2152 of file readfile.cc.
References BLI_assert, direct_link_id_restore_recalc_exceptions(), ID_RECALC_ALL, ID_RECALC_SYNC_TO_EVAL, ID::recalc, ID::recalc_up_to_undo_push, STEP_REDO, STEP_UNDO, and FileData::undo_direction.
Referenced by direct_link_id_common().
|
static |
Definition at line 2141 of file readfile.cc.
References GS, ID_OB, ID_RECALC_GEOMETRY, and ID::name.
Referenced by direct_link_id_restore_recalc(), and read_libblock_undo_restore_identical().
|
static |
Definition at line 3805 of file readfile.cc.
References BLO_read_struct, wmKeyMapItem::flag, IDP_BlendDataRead, KMI_UPDATE, wmKeyMapItem::properties, and wmKeyMapItem::ptr.
Referenced by read_userdef().
Definition at line 2485 of file readfile.cc.
References BKE_main_new(), BKE_packedfile_blend_read(), BLI_assert, BLI_path_abs(), BLI_path_cmp, BLI_path_normalize(), BLI_remlink(), BLO_reportf_wrap(), FileData::bmain, change_ID_pointer_to_real_ID_pointer(), Main::curlib, Library::flag, id_us_ensure_real(), lib, LIBRARY_FLAG_IS_ARCHIVE, main, MEM_freeN(), FileData::relabase, FileData::reports, RPT_, RPT_WARNING, Library::runtime, Main::split_mains, STRNCPY(), Main::subversionfile, and Main::versionfile.
Referenced by direct_link_id().
Definition at line 3511 of file readfile.cc.
References blo_do_versions_250(), blo_do_versions_260(), blo_do_versions_270(), blo_do_versions_280(), blo_do_versions_290(), blo_do_versions_300(), blo_do_versions_400(), blo_do_versions_410(), blo_do_versions_420(), blo_do_versions_430(), blo_do_versions_440(), blo_do_versions_450(), blo_do_versions_500(), blo_do_versions_pre250(), CLOG_INFO, G, G_DEBUG, lib, LIKELY, LOG, main, MAIN_VERSION_FILE_ATLEAST, FileData::relabase, STRNCPY(), version_system_idprops_children_bones_generate(), version_system_idprops_generate(), and version_system_idprops_nodes_generate().
Referenced by blo_read_file_internal(), and read_libraries().
Definition at line 3608 of file readfile.cc.
References BLI_assert, CLOG_DEBUG, do_versions_after_linking_250(), do_versions_after_linking_260(), do_versions_after_linking_270(), do_versions_after_linking_280(), do_versions_after_linking_290(), do_versions_after_linking_300(), do_versions_after_linking_400(), do_versions_after_linking_410(), do_versions_after_linking_420(), do_versions_after_linking_430(), do_versions_after_linking_440(), do_versions_after_linking_450(), do_versions_after_linking_500(), LOG, and main.
Referenced by blo_read_file_internal(), and library_link_end().
|
static |
Definition at line 3500 of file readfile.cc.
References blo_do_versions_userdef(), and BlendFileData::user.
Referenced by blo_read_file_internal().
|
static |
Definition at line 4900 of file readfile.cc.
References BlendExpander::callback, LibraryIDLinkCallbackData::cb_flag, BlendExpander::fd, LibraryIDLinkCallbackData::id_pointer, BlendExpander::ids_to_expand, IDWALK_CB_DIRECT_WEAK_LINK, IDWALK_CB_EMBEDDED, IDWALK_CB_EMBEDDED_NOT_OWNING, IDWALK_CB_LOOPBACK, IDWALK_CB_READFILE_IGNORE, IDWALK_RET_NOP, BlendExpander::main, and LibraryIDLinkCallbackData::user_data.
Referenced by expand_main().
|
static |
Definition at line 4785 of file readfile.cc.
References BLI_assert_msg, blo_bhead_id_flag(), blo_bhead_id_name(), blo_bhead_is_id_valid_type(), blo_find_main_for_library_and_idname(), BLO_reportf_wrap(), BHead::code, Main::curlib, find_bhead(), find_previous_lib(), ID_FLAG_LINKED_AND_PACKED, ID_LINK_PLACEHOLDER, ID_SCR, ID_SCRN, INDEX_ID_NULL, Main::is_read_invalid, lib, library_id_is_yet_read_deep_hash(), MEM_freeN(), ID_Readfile_Data::Tags::needs_expanding, read_id_in_lib(), read_id_struct(), FileData::relabase, FileData::reports, RPT_, RPT_ERROR, RPT_WARNING, and Library::runtime.
Referenced by library_link_end(), and read_libraries().
|
static |
Definition at line 4938 of file readfile.cc.
References BKE_library_foreach_ID_link(), BLI_assert, BLO_readfile_id_runtime_tags(), BLO_readfile_id_runtime_tags_for_write(), expand_cb(), FD_FLAGS_IS_MEMFILE, flag, FileData::flags, FOREACH_MAIN_ID_BEGIN, FOREACH_MAIN_ID_END, BlendExpander::ids_to_expand, IDWALK_DO_DEPRECATED_POINTERS, IDWALK_NO_ORIG_POINTERS_ACCESS, IDWALK_NOP, IDWALK_READONLY, and ID_Readfile_Data::Tags::needs_expanding.
Referenced by library_link_end(), and read_libraries().
|
static |
Definition at line 1119 of file readfile.cc.
References BLI_assert, FileData::datamap, DNA_sdna_current_get(), FileData::globmap, FileData::id_by_deep_hash, FileData::libmap, FileData::memsdna, oldnewmap_new(), and FileData::reports.
Referenced by blo_filedata_from_file_descriptor(), blo_filedata_from_memfile(), and blo_filedata_from_memory().
Definition at line 4466 of file readfile.cc.
References BHeadSort::bhead, FileData::bheadmap, blo_bhead_first(), blo_bhead_next(), BHead::old, BHeadSort::old, sort_bhead_old_map(), FileData::tot_bheadmap, and verg_bheadsort().
Referenced by expand_doit_library().
Definition at line 4500 of file readfile.cc.
References FileData::bhead_idname_map, BLI_strncpy(), MAX_ID_NAME, and name.
Referenced by find_bhead_from_idname(), and link_named_part().
Definition at line 4509 of file readfile.cc.
References FileData::bhead_idname_map, do_versions_new_to_old_idcode_get(), find_bhead_from_code_name(), GS, ID_LINK_PLACEHOLDER, and LIKELY.
Referenced by read_library_linked_id().
Definition at line 4450 of file readfile.cc.
References blo_bhead_prev(), BHead::code, FD_FLAGS_IS_MEMFILE, FileData::flags, and ID_LI.
Referenced by expand_doit_library().
|
static |
Definition at line 2569 of file readfile.cc.
References BLI_path_is_rel(), BLI_path_rel(), lib, LISTBASE_FOREACH, main, and STRNCPY().
Referenced by blo_read_file_internal(), and library_link_end().
|
static |
Generate the final allocation string reference for read blocks of data. If blockname is given, use it as 'owner block' info, otherwise use the id type index to get that info.
Definition at line 1776 of file readfile.cc.
References intern::memutil::alloc_string_storage_get(), BKE_idtype_get_info_from_idtype_index(), BLI_assert, intern::memutil::AllocStringStorage< keyT, hashT >::contains(), DNA_struct_identifier(), FileData::filesdna, intern::memutil::AllocStringStorage< keyT, hashT >::find(), INDEX_ID_MAX, INDEX_ID_NULL, intern::memutil::AllocStringStorage< keyT, hashT >::insert(), IDTypeInfo::name, BHead::nr, BHead::SDNAnr, FileData::storage_handle, UNLIKELY, and UNUSED_VARS_NDEBUG.
Referenced by read_libblock(), and read_struct().
Definition at line 592 of file readfile.cc.
References BHeadN::bhead, FileData::bhead_list, BlenderHeader::bhead_type(), BHEAD_USE_READ_ON_DEMAND, FileData::blender_header, BLI_addtail(), BLI_assert, BLO_readfile_read_bhead(), FD_FLAGS_IS_MEMFILE, FileData::file, BHeadN::file_offset, FileData::flags, BHeadN::has_data, FileData::is_eof, BHeadN::is_memchunk_identical, BHead::len, MEM_freeN(), MEM_mallocN(), BHeadN::next, FileReader::offset, BHeadN::prev, FileReader::read, FileReader::seek, and UNLIKELY.
Referenced by blo_bhead_first(), and blo_bhead_next().
|
static |
Definition at line 5326 of file readfile.cc.
References BKE_main_lists_get(), BLO_readfile_id_runtime_tags(), ID_FLAG_INDIRECT_WEAK_LINK, ID_Readfile_Data::Tags::is_link_placeholder, and LISTBASE_FOREACH.
Referenced by read_libraries().
|
static |
Check if FileGlobal::minversion of the file is older than current Blender, return false if it is not. Should only be called after read_file_dna was successfully executed.
Definition at line 1142 of file readfile.cc.
References BKE_blender_version_blendfile_string_from_values(), BKE_reportf(), BLENDER_FILE_SUBVERSION, BLENDER_FILE_VERSION, BLI_assert, blo_bhead_first(), blo_bhead_next(), BLO_CODE_GLOB, CLOG_WARN, FileData::filesdna, FileData::fileversion, INDEX_ID_NULL, LOG, MEM_freeN(), FileGlobal::minsubversion, FileGlobal::minversion, read_struct(), FileData::relabase, RPT_ERROR, and FileGlobal::subversion.
Referenced by blo_decode_and_check().
Definition at line 3699 of file readfile.cc.
References after_liblink_id_process(), BKE_idtype_get_info_from_id(), BKE_library_foreach_ID_link(), IDTypeInfo::blend_read_undo_preserve, BLI_assert, BLO_readfile_id_runtime_tags(), BLO_readfile_id_runtime_tags_for_write(), FD_FLAGS_IS_MEMFILE, flag, FileData::flags, FOREACH_MAIN_ID_BEGIN, FOREACH_MAIN_ID_END, ID_TAG_UNDO_OLD_ID_REUSED_NOUNDO, ID_TAG_UNDO_OLD_ID_REUSED_UNCHANGED, IDWALK_DO_DEPRECATED_POINTERS, IDWALK_INCLUDE_UI, IDWALK_NO_ORIG_POINTERS_ACCESS, IDWALK_NOP, lib_link_cb(), ID_Readfile_Data::Tags::needs_linking, ID::orig_id, and ID::tag.
Referenced by blo_read_file_internal(), library_link_end(), and read_libraries().
|
static |
Definition at line 3671 of file readfile.cc.
References BLO_read_get_new_id_address(), LibraryIDLinkCallbackData::cb_flag, ID_IS_LINKED, LibraryIDLinkCallbackData::id_pointer, IDWALK_CB_EMBEDDED, IDWALK_CB_EMBEDDED_NOT_OWNING, IDWALK_CB_READFILE_IGNORE, IDWALK_RET_NOP, LibraryIDLinkCallbackData::owner_id, and LibraryIDLinkCallbackData::user_data.
Referenced by lib_link_all().
|
static |
Definition at line 2444 of file readfile.cc.
References BLI_listbase_count(), CLOG_WARN, Scene::flag, Scene::id, LISTBASE_FOREACH, LOG, ID::name, SCE_READFILE_LIBLINK_NEED_SETSCENE_CHECK, Main::scenes, and UNUSED_VARS.
Referenced by after_liblink_merged_bmain_process().
|
static |
Definition at line 2470 of file readfile.cc.
References BLI_assert, BLI_assert_msg, blo_filedata_free(), lib, and LIBRARY_FLAG_IS_ARCHIVE.
Referenced by BLO_library_link_end(), and blo_read_file_internal().
Definition at line 4549 of file readfile.cc.
References blo_bhead_id_name(), library_id_is_yet_read_deep_hash(), and library_id_is_yet_read_main().
Referenced by link_named_part(), read_id_in_lib(), and read_libblock_undo_restore_linked().
Definition at line 4525 of file readfile.cc.
References blo_bhead_id_deep_hash(), and FileData::id_by_deep_hash.
Referenced by expand_doit_library(), and library_id_is_yet_read().
Definition at line 4535 of file readfile.cc.
References BKE_main_idmap_create(), BKE_main_idmap_lookup_name(), BKE_main_idmap_main_get(), BLI_assert, BLI_findstring(), Main::curlib, GS, Main::id_map, MAIN_IDMAP_TYPE_NAME, name, offsetof, and which_libbase().
Referenced by blo_find_main_for_library_and_idname(), and library_id_is_yet_read().
|
static |
Definition at line 5058 of file readfile.cc.
References BKE_main_blendfile_path(), BLI_assert, blo_find_main_for_library_and_idname(), blo_split_main(), FileData::bmain, Main::curlib, ID::deep_hash, FileData::fd_bmain, FileData::fileversion, FOREACH_MAIN_ID_BEGIN, FOREACH_MAIN_ID_END, FileData::id_by_deep_hash, ID_IS_PACKED, FileData::id_tag_extra, ID_TAG_TEMP_MAIN, read_file_bhead_idname_map_create(), read_file_version_and_colorspace(), Library::runtime, and Main::versionfile.
Referenced by BLO_library_link_begin().
|
static |
Definition at line 5165 of file readfile.cc.
References add_main_to_main(), after_liblink_merged_bmain_process(), BKE_collections_after_lib_link(), BKE_lib_override_library_main_update(), BKE_lib_override_library_main_validate(), BKE_main_blendfile_path(), BKE_main_blendfile_path_from_global(), BKE_main_collections_parent_relations_rebuild(), BKE_main_free(), BKE_main_id_refcount_recompute(), BKE_main_id_tag_all(), BKE_main_idmap_create(), BKE_main_is_empty(), BKE_main_new(), BLI_assert, BLI_assert_unreachable, BLI_path_rel(), blo_filedata_free(), blo_join_main(), BLO_LIBLINK_COLLECTION_NO_HIERARCHY_REBUILD, blo_read_file_checks(), blo_split_main(), Main::curlib, do_versions_after_linking(), expand_doit_library(), expand_main(), FD_FLAGS_SWITCH_ENDIAN, FILE_RELPATH, Library::filepath, fix_relpaths_library(), flag, Main::has_forward_compatibility_issues, Main::id_map, ID_TAG_NEW, IMB_colormanagement_working_space_convert(), Main::is_read_invalid, lib_link_all(), MAIN_IDMAP_TYPE_NAME, blender::bke::node_tree_update_all_new(), placeholders_ensure_valid(), read_libraries(), read_libraries_report_invalid_id_names(), Library::runtime, split_main_newid(), Main::split_mains, and STRNCPY().
Referenced by BLO_library_link_end().
|
static |
Definition at line 241 of file readfile.cc.
References lib.
Referenced by read_library_file_data(), and read_library_linked_id().
Definition at line 1957 of file readfile.cc.
References BLI_listbase_is_empty(), ListBase::first, FileData::globmap, ListBase::last, newdataadr(), Link::next, oldnewmap_insert(), and Link::prev.
Referenced by BLO_read_glob_list().
|
static |
Definition at line 3477 of file readfile.cc.
References blo_read_get_new_globaldata_address(), BlendFileData::cur_view_layer, BlendFileData::curscene, BlendFileData::curscreen, ListBase::first, BlendFileData::main, newlibadr(), and Main::scenes.
Referenced by blo_read_file_internal().
|
static |
Definition at line 4986 of file readfile.cc.
References BKE_idtype_idcode_is_linkable(), BKE_idtype_idcode_is_valid(), BLI_assert, blo_bhead_is_id_valid_type(), BLO_LIBLINK_FORCE_INDIRECT, BLO_LIBLINK_USE_PLACEHOLDERS, CLOG_WARN, BHead::code, create_placeholder(), find_bhead_from_code_name(), flag, ID_FLAG_INDIRECT_WEAK_LINK, id_sort_by_name(), ID_TAG_EXTERN, FileData::id_tag_extra, ID_TAG_INDIRECT, library_id_is_yet_read(), LOG, ID::name, name, ID_Readfile_Data::Tags::needs_expanding, BHead::old, oldnewmap_lib_insert(), read_libblock(), ID::tag, and which_libbase().
Referenced by BLO_library_link_named_part().
|
static |
ID names are truncated to their maximum allowed length at a very low level of the readfile code (see read_id_struct).
However, ensuring they remain unique can only be done once all IDs have been read and put in Main.
Definition at line 964 of file readfile.cc.
References blender::Set< Key, InlineBufferCapacity, ProbingStrategy, Hash, IsEqual, Slot, Allocator >::add_new(), BKE_id_new_name_validate(), BLI_assert, CLOG_DEBUG, blender::Set< Key, InlineBufferCapacity, ProbingStrategy, Hash, IsEqual, Slot, Allocator >::contains(), FOREACH_MAIN_LISTBASE_BEGIN, FOREACH_MAIN_LISTBASE_END, ID_IS_LINKED, LISTBASE_FOREACH_MUTABLE, LOG, and RenameExistingNever.
Referenced by blo_read_file_internal().
|
static |
Iterate all IDs from Actions and look for non-null terminated ActionSlot.identifier. Also handle slot users (in Action constraint, AnimData, and NLA strips).
This is for forward compatibility, if the blendfile was saved from a version allowing larger MAX_ID_NAME value than the current one (introduced when switching from MAX_ID_NAME = 66 to MAX_ID_NAME = 258).
Definition at line 1006 of file readfile.cc.
References ATTR_FALLTHROUGH, BKE_animdata_from_id(), BLI_str_utf8_truncate_at_size(), BLI_uniquename_cb(), bPose::chanbase, CLOG_DEBUG, CONSTRAINT_TYPE_ACTION, Object::constraints, FOREACH_MAIN_ID_BEGIN, FOREACH_MAIN_ID_END, blender::bke::nla::foreach_strip_adt(), GS, i, ID_AC, ID_OB, ActionSlot::identifier, AnimData::last_slot_identifier, bActionConstraint::last_slot_identifier, NlaStrip::last_slot_identifier, LISTBASE_FOREACH, LOG, MAX_ID_NAME, ID::name, name, Object::pose, bAction::slot_array, bAction::slot_array_num, and AnimData::tmp_last_slot_identifier.
Referenced by blo_read_file_internal().
|
static |
Definition at line 1501 of file readfile.cc.
References FileData::datamap, and oldnewmap_lookup_and_inc().
Referenced by blend_read(), BLO_read_get_new_data_address(), BLO_read_pointer_array(), BLO_read_struct_array_with_size(), image_space_blend_read_data(), link_glob_list(), and blender::ed::vse::sequencer_space_blend_read_data().
|
static |
Definition at line 1507 of file readfile.cc.
References FileData::datamap, and oldnewmap_lookup_and_inc().
Referenced by BLO_read_get_new_data_address_no_us().
Definition at line 1518 of file readfile.cc.
References FileData::libmap, and oldnewmap_liblookup().
Referenced by blo_do_versions_newlibadr(), BLO_read_get_new_id_address(), and link_global().
|
static |
Definition at line 323 of file readfile.cc.
References Map< Key, Value, InlineBufferCapacity, ProbingStrategy, Hash, IsEqual, Slot, Allocator >::clear(), OldNewMap::map, MEM_freeN(), and Map< Key, Value, InlineBufferCapacity, ProbingStrategy, Hash, IsEqual, Slot, Allocator >::values().
Referenced by blo_read_asset_data_block(), read_libblock(), and read_userdef().
|
static |
Definition at line 334 of file readfile.cc.
Referenced by blo_filedata_free(), and read_library_file_data().
|
static |
Definition at line 272 of file readfile.cc.
References Map< Key, Value, InlineBufferCapacity, ProbingStrategy, Hash, IsEqual, Slot, Allocator >::add_overwrite(), and OldNewMap::map.
Referenced by blo_do_versions_oldnewmap_insert(), BLO_read_data_globmap_add(), link_glob_list(), oldnewmap_lib_insert(), and read_data_into_datamap().
|
static |
Definition at line 281 of file readfile.cc.
References FileData::libmap, and oldnewmap_insert().
Referenced by link_named_part(), read_id_in_lib(), read_libblock(), read_libblock_undo_restore(), read_libblock_undo_restore_identical(), read_libblock_undo_restore_linked(), and read_undo_move_libmain_data().
|
static |
Definition at line 307 of file readfile.cc.
References ID_IS_LINKED, and oldnewmap_lookup_and_inc().
Referenced by newlibadr().
|
static |
Definition at line 294 of file readfile.cc.
References Map< Key, Value, InlineBufferCapacity, ProbingStrategy, Hash, IsEqual, Slot, Allocator >::lookup_ptr(), OldNewMap::map, NewAddress::newp, and NewAddress::nr.
Referenced by blo_read_get_new_globaldata_address(), newdataadr(), newdataadr_no_us(), and oldnewmap_liblookup().
|
static |
Definition at line 263 of file readfile.cc.
Referenced by filedata_new(), and read_library_file_data().
Definition at line 1950 of file readfile.cc.
References BLI_assert, FD_FLAGS_IS_MEMFILE, FileData::flags, BHead::len, and UNUSED_VARS_NDEBUG.
Referenced by read_libblock_undo_restore().
|
static |
Definition at line 2643 of file readfile.cc.
References BKE_object_materials_sync_length(), ID_TAG_MISSING, LISTBASE_FOREACH, Main::objects, and ID::tag.
Referenced by blo_read_file_internal(), and library_link_end().
|
static |
Definition at line 830 of file readfile.cc.
References FileData::blender_header, BLO_readfile_blender_header_decode(), BlenderHeader::endian, ENDIAN_ORDER, FD_FLAGS_FILE_FUTURE, FD_FLAGS_FILE_OK, FD_FLAGS_FILE_POINTSIZE_IS_4, FD_FLAGS_POINTSIZE_DIFFERS, FD_FLAGS_SWITCH_ENDIAN, FileData::file, BlenderHeader::file_version, FileData::fileversion, FileData::flags, and BlenderHeader::pointer_size.
Referenced by blo_decode_and_check(), and blo_filedata_from_file_minimal().
|
static |
Definition at line 2707 of file readfile.cc.
References blo_bhead_next(), BLO_CODE_DATA, CLOG_ERROR, BHead::code, data, FileData::datamap, LOG, BHead::old, oldnewmap_insert(), and read_struct().
Referenced by blo_read_asset_data_block(), read_libblock(), and read_userdef().
|
static |
Definition at line 529 of file readfile.cc.
References FileData::bhead_idname_map, BKE_idtype_idcode_is_linkable(), blo_bhead_first(), blo_bhead_id_name(), blo_bhead_is_id_valid_type(), blo_bhead_next(), and BLO_CODE_ENDB.
Referenced by library_link_begin(), and read_library_file_data().
|
static |
Definition at line 858 of file readfile.cc.
References BLI_assert, BLI_STATIC_ASSERT, blo_bhead_first(), blo_bhead_next(), BLO_CODE_DNA1, BLO_CODE_ENDB, BLO_CODE_GLOB, blo_do_versions_dna(), BHead::code, FileData::compflags, DNA_reconstruct_info_create(), DNA_sdna_alias_data_ensure_structs_map(), DNA_sdna_from_data(), DNA_struct_get_compareflags(), DNA_struct_member_offset_by_name_with_alias(), FD_FLAGS_SWITCH_ENDIAN, FileData::filesdna, FileData::filesubversion, FileData::fileversion, FileData::flags, FileData::id_asset_data_offset, FileData::id_deep_hash_offset, FileData::id_flag_offset, FileData::id_name_offset, BHead::len, FileData::memsdna, num, offsetof, FileData::reconstruct_info, and FileGlobal::subvstr.
Referenced by blo_decode_and_check().
|
static |
Definition at line 918 of file readfile.cc.
References BLEN_THUMB_MEMSIZE_FILE, BLEN_THUMB_MEMSIZE_IS_VALID, BLI_assert, blo_bhead_first(), blo_bhead_next(), BLO_CODE_REND, BLO_CODE_TEST, BHead::code, data, FD_FLAGS_SWITCH_ENDIAN, FileData::flags, and BHead::len.
Referenced by blo_read_file_internal(), and BLO_thumbnail_from_file().
Definition at line 472 of file readfile.cc.
References BLENDER_FILE_SUBVERSION, BLENDER_FILE_VERSION, BLI_assert, blo_bhead_first(), blo_bhead_next(), BLO_CODE_ENDB, BLO_CODE_GLOB, BHead::code, FileGlobal::colorspace_scene_linear_name, FileGlobal::colorspace_scene_linear_to_xyz, FileGlobal::fileflags, FileData::fileversion, G_FILE_ASSET_EDIT_FILE, INDEX_ID_NULL, LIBRARY_IS_ASSET_EDIT_FILE, main, MAIN_VERSION_FILE_OLDER_OR_EQUAL, MEM_freeN(), FileGlobal::minsubversion, FileGlobal::minversion, read_struct(), SET_FLAG_FROM_TEST, STRNCPY(), and FileGlobal::subversion.
Referenced by blo_find_main_for_library_and_idname(), library_link_begin(), and read_library_file_data().
|
static |
Definition at line 3423 of file readfile.cc.
References BLENDER_FILE_SUBVERSION, BLENDER_FILE_VERSION, blo_bhead_next(), FileGlobal::build_commit_timestamp, Main::build_commit_timestamp, FileGlobal::build_hash, Main::build_hash, Main::colorspace, FileGlobal::colorspace_scene_linear_name, FileGlobal::colorspace_scene_linear_to_xyz, BlendFileData::cur_view_layer, FileGlobal::cur_view_layer, BlendFileData::curscene, FileGlobal::curscene, BlendFileData::curscreen, FileGlobal::curscreen, BlendFileData::fileflags, FileData::fileflags, FileGlobal::fileflags, BlendFileData::filepath, FileGlobal::filepath, G, G_FILE_ASSET_EDIT_FILE, G_FILE_RECOVER_READ, BlendFileData::globalf, FileData::globalf, FileGlobal::globalf, Main::has_forward_compatibility_issues, INDEX_ID_NULL, Main::is_asset_edit_file, BlendFileData::main, MAIN_VERSION_FILE_OLDER_OR_EQUAL, MEM_freeN(), FileGlobal::minsubversion, Main::minsubversionfile, FileGlobal::minversion, Main::minversionfile, read_struct(), FileData::relabase, MainColorspace::scene_linear_name, MainColorspace::scene_linear_to_xyz, STRNCPY(), FileGlobal::subversion, and Main::subversionfile.
Referenced by blo_read_file_internal().
|
static |
Definition at line 4717 of file readfile.cc.
References BLI_assert, BLO_readfile_id_runtime_tags(), BHead::code, Main::curlib, G, G_DEBUG, GS, ID_FLAG_INDIRECT_WEAK_LINK, id_sort_by_name(), FileData::id_tag_extra, ID_TAG_INDIRECT, ID_Readfile_Data::Tags::is_link_placeholder, lib, library_id_is_yet_read(), ID::name, ID_Readfile_Data::Tags::needs_expanding, BHead::old, oldnewmap_lib_insert(), ID::prev, printf, read_libblock(), Library::runtime, and which_libbase().
Referenced by expand_doit_library().
|
static |
Definition at line 1928 of file readfile.cc.
References BLI_str_utf8_truncate_at_size(), CLOG_DEBUG, FD_FLAGS_HAS_INVALID_ID_NAMES, FileData::flags, LOG, MAX_ID_NAME, ID::name, and read_struct().
Referenced by expand_doit_library(), and read_libblock().
|
static |
Definition at line 3256 of file readfile.cc.
References BKE_id_free(), BKE_idtype_idcode_to_index(), BKE_main_idmap_insert_id(), BLI_addtail(), BLI_assert, blo_bhead_next(), BLO_READ_SKIP_UNDO_OLD_MAIN, CLOG_WARN, BHead::code, FileData::datamap, ID::deep_hash, direct_link_id(), FD_FLAGS_IS_MEMFILE, FileData::file_stat, ID::flag, FileData::flags, get_alloc_name(), GS, FileData::id_by_deep_hash, ID_FLAG_INDIRECT_WEAK_LINK, ID_IS_PACKED, ID_LINK_PLACEHOLDER, ID_TAG_EXTERN, ID_TAG_INDIRECT, ID_TAG_NEW, ID_Readfile_Data::Tags::is_link_placeholder, LOG, main, MEM_freeN(), ID::name, ID_Readfile_Data::Tags::needs_linking, FileData::new_idmap_uid, BHead::old, oldnewmap_clear(), oldnewmap_lib_insert(), read_data_into_datamap(), read_id_struct(), read_libblock_undo_restore(), read_libblock_undo_restore_at_old_address(), FileData::skip_flags, and which_libbase().
Referenced by blo_read_file_internal(), link_named_part(), read_id_in_lib(), and read_library_linked_id().
Definition at line 2816 of file readfile.cc.
References BHEADN_FROM_BHEAD, blo_bhead_next(), BLO_CODE_DATA, BHead::code, and BHead::len.
Referenced by read_libblock_undo_restore().
|
static |
Definition at line 3151 of file readfile.cc.
References BKE_idtype_get_info_from_id(), BKE_main_idmap_lookup_uid(), BLI_assert, blo_bhead_id_flag(), BLO_READ_SKIP_UNDO_OLD_MAIN, CLOG_DEBUG, BHead::code, flag, IDTypeInfo::flags, ID_FLAG_LINKED_AND_PACKED, ID_LI, ID_LINK_PLACEHOLDER, IDTYPE_FLAGS_NO_MEMFILE_UNDO, LIBRARY_FLAG_IS_ARCHIVE, LOG_UNDO, main, ID::name, FileData::new_idmap_uid, BHead::old, FileData::old_idmap_uid, oldnewmap_lib_insert(), peek_struct_undo(), read_libblock_is_identical(), read_libblock_undo_restore_identical(), read_libblock_undo_restore_library(), read_libblock_undo_restore_linked(), ID::session_uid, and FileData::skip_flags.
Referenced by read_libblock().
|
static |
Definition at line 3084 of file readfile.cc.
References BKE_lib_id_swap_full(), BKE_main_is_empty(), BLI_addtail(), BLI_assert, BLI_remlink(), BLO_READ_SKIP_UNDO_OLD_MAIN, BLO_readfile_id_runtime_tags_for_write(), FileData::bmain, Main::curlib, Library::flag, GS, ID_LI, ID_REMAP_NO_ORIG_POINTERS_ACCESS, ID_REMAP_SKIP_NEVER_NULL_USAGE, ID_REMAP_SKIP_UPDATE_TAGGING, ID_REMAP_SKIP_USER_CLEAR, ID_REMAP_SKIP_USER_REFCOUNT, ID_TAG_UNDO_OLD_ID_REREAD_IN_PLACE, lib, LIBRARY_FLAG_IS_ARCHIVE, main, ID::name, ID_Readfile_Data::Tags::needs_linking, FileData::old_bmain, ID::orig_id, FileData::skip_flags, Main::split_mains, ID::tag, and which_libbase().
Referenced by read_libblock().
|
static |
Definition at line 3016 of file readfile.cc.
References BKE_main_idmap_insert_id(), BKE_main_idmap_lookup_uid(), BLI_addtail(), BLI_assert, BLI_assert_unreachable, BLI_remlink(), blo_add_main_for_library(), BLO_READ_SKIP_UNDO_OLD_MAIN, BHead::code, direct_link_id_restore_recalc_exceptions(), GS, ID_FAKE_USERS, ID_LI, ID_OB, ID_TAG_KEEP_ON_UNDO, ID_TAG_UNDO_OLD_ID_REUSED_UNCHANGED, ID::lib, lib, LIBRARY_FLAG_IS_ARCHIVE, main, Object::mode, ID::name, FileData::new_idmap_uid, ID::newid, OB_MODE_EDIT, BHead::old, FileData::old_bmain, oldnewmap_lib_insert(), ID::orig_id, ID::recalc, ID::recalc_after_undo_push, FileData::skip_flags, ID::tag, ID::us, and which_libbase().
Referenced by read_libblock_undo_restore().
|
static |
Definition at line 2914 of file readfile.cc.
References BLI_assert, CLOG_DEBUG, LIBRARY_FLAG_IS_ARCHIVE, LOG_UNDO, ID::name, FileData::old_bmain, read_undo_move_libmain_data(), and Main::split_mains.
Referenced by read_libblock_undo_restore().
|
static |
Definition at line 2970 of file readfile.cc.
References BKE_main_idmap_lookup_uid(), BLI_assert, CLOG_DEBUG, Main::curlib, Library::filepath, GS, Library::id, library_id_is_yet_read(), LOG_UNDO, ID::name, FileData::new_idmap_uid, BHead::old, oldnewmap_lib_insert(), and ID::session_uid.
Referenced by read_libblock_undo_restore().
|
static |
Definition at line 5572 of file readfile.cc.
References add_main_to_main(), BKE_main_free(), BKE_main_idmap_create(), BKE_main_new(), BLI_assert, FileData::bmain, CLOG_DEBUG, Main::curlib, do_versions(), expand_doit_library(), expand_main(), Library::filepath, Library::flag, has_linked_ids_to_read(), i, Library::id, Main::id_map, lib_link_all(), LIBRARY_FLAG_IS_ARCHIVE, LOG, MAIN_IDMAP_TYPE_NAME, ID::name, read_library_clear_weak_links(), read_library_file_data(), read_library_linked_ids(), split_main_newid(), and Main::split_mains.
Referenced by blo_read_file_internal(), and library_link_end().
|
static |
Definition at line 4562 of file readfile.cc.
References BKE_reportf(), FD_FLAGS_HAS_INVALID_ID_NAMES, FileData::flags, RPT_ERROR, and RPT_WARNING.
Referenced by library_link_end(), and read_library_linked_ids().
Definition at line 5467 of file readfile.cc.
References BKE_main_lists_get(), BLI_freelinkN(), BLO_readfile_id_runtime_tags(), change_link_placeholder_to_real_ID_pointer(), CLOG_DEBUG, ID::flag, ID_FLAG_INDIRECT_WEAK_LINK, ID_Readfile_Data::Tags::is_link_placeholder, LOG, and ID::name.
Referenced by read_libraries().
Definition at line 5493 of file readfile.cc.
References blo_filedata_from_file(), blo_filedata_from_memory(), BLO_reportf_wrap(), FileData::bmain, Main::colorspace, BlendFileReadReport::count, Main::curlib, FileData::fd_bmain, Library::filepath, FileData::fileversion, Library::id, FileData::id_by_deep_hash, ID_TAG_MISSING, FileData::libmap, library_parent_filepath(), BlendFileReadReport::missing_libraries, oldnewmap_free(), oldnewmap_new(), Library::packedfile, pf, read_file_bhead_idname_map_create(), read_file_version_and_colorspace(), FileData::relabase, FileData::reports, RPT_, RPT_INFO, Library::runtime, STRNCPY(), Main::subversionfile, ID::tag, and Main::versionfile.
Referenced by read_libraries().
|
static |
Definition at line 5343 of file readfile.cc.
References BKE_idtype_idcode_is_linkable(), BKE_idtype_idcode_to_name(), BLO_readfile_id_runtime_tags(), BLO_readfile_id_runtime_tags_for_write(), BLO_reportf_wrap(), CLOG_DEBUG, BlendFileReadReport::count, create_placeholder(), Main::curlib, find_bhead_from_idname(), GS, ID_FLAG_INDIRECT_WEAK_LINK, ID_TAG_EXTERN, ID_Readfile_Data::Tags::is_link_placeholder, library_parent_filepath(), LOG, BlendFileReadReport::missing_linked_id, ID::name, ID_Readfile_Data::Tags::needs_expanding, ID::override_library, read_libblock(), FileData::reports, RPT_, RPT_ERROR, Library::runtime, and ID::tag.
Referenced by read_library_linked_ids().
Definition at line 5398 of file readfile.cc.
References blender::Map< Key, Value, InlineBufferCapacity, ProbingStrategy, Hash, IsEqual, Slot, Allocator >::add_overwrite(), BKE_libblock_free_runtime_data(), BKE_main_idmap_remove_id(), BKE_main_lists_get(), BLI_remlink(), BLO_readfile_id_runtime_tags(), change_link_placeholder_to_real_ID_pointer(), blender::Map< Key, Value, InlineBufferCapacity, ProbingStrategy, Hash, IsEqual, Slot, Allocator >::clear(), Main::curlib, ID::flag, Main::has_forward_compatibility_issues, ID_FLAG_INDIRECT_WEAK_LINK, Main::id_map, ID_Readfile_Data::Tags::is_link_placeholder, blender::Map< Key, Value, InlineBufferCapacity, ProbingStrategy, Hash, IsEqual, Slot, Allocator >::lookup_default(), MEM_freeN(), ID::name, read_libraries_report_invalid_id_names(), read_library_linked_id(), BlendFileReadReport::reports, FileData::reports, ID::runtime, and Library::runtime.
Referenced by read_libraries().
|
static |
Definition at line 1853 of file readfile.cc.
References BHEADN_FROM_BHEAD, BLI_assert, BLI_STATIC_ASSERT, blo_bhead_read_data(), blo_bhead_read_full(), FileData::compflags, DNA_struct_alignment(), DNA_struct_reconstruct(), FD_FLAGS_FILE_OK, FD_FLAGS_SWITCH_ENDIAN, FileData::filesdna, FileData::flags, get_alloc_name(), BHead::len, MEM_freeN(), MEM_mallocN_aligned(), BHead::nr, FileData::reconstruct_info, SDNA_CMP_NOT_EQUAL, SDNA_CMP_REMOVED, SDNA_RAW_DATA_STRUCT_INDEX, BHead::SDNAnr, and UNLIKELY.
Referenced by BLO_library_read_struct(), is_minversion_older_than_blender(), read_data_into_datamap(), read_file_version_and_colorspace(), read_global(), read_id_struct(), and read_userdef().
Definition at line 2878 of file readfile.cc.
References BKE_main_idmap_insert_id(), BLI_addtail(), BLI_remlink_safe(), FileData::bmain, Main::curlib, FOREACH_MAIN_ID_BEGIN, FOREACH_MAIN_ID_END, GS, Library::id, ID_IS_PACKED, ID_TAG_UNDO_OLD_ID_REUSED_NOUNDO, Main::libraries, ID::name, FileData::new_idmap_uid, BHead::old, FileData::old_bmain, oldnewmap_lib_insert(), Library::runtime, Main::split_mains, and ID::tag.
Referenced by blo_read_file_internal(), and read_libblock_undo_restore_library().
|
static |
Definition at line 3940 of file readfile.cc.
References BKE_library_foreach_ID_link(), FileData::bmain, FOREACH_MAIN_ID_BEGIN, FOREACH_MAIN_ID_END, ID_IS_LINKED, ID_TAG_UNDO_OLD_ID_REUSED_NOUNDO, IDWALK_INCLUDE_UI, FileData::new_idmap_uid, read_undo_remap_noundo_data_cb(), and ID::tag.
Referenced by blo_read_file_internal().
|
static |
Definition at line 3918 of file readfile.cc.
References BKE_main_idmap_lookup_uid(), LibraryIDLinkCallbackData::cb_flag, LibraryIDLinkCallbackData::id_pointer, IDWALK_CB_EMBEDDED, IDWALK_CB_EMBEDDED_NOT_OWNING, IDWALK_RET_NOP, and LibraryIDLinkCallbackData::user_data.
Referenced by read_undo_remap_noundo_data().
|
static |
Definition at line 2844 of file readfile.cc.
References BKE_idtype_get_info_from_id(), BKE_main_idmap_insert_id(), BKE_main_lists_get(), BLI_assert, BLI_listbase_is_empty(), BLI_movelisttolist(), FileData::bmain, Main::curlib, IDTypeInfo::flags, i, IDTypeInfo::id_code, ID_TAG_UNDO_OLD_ID_REUSED_NOUNDO, IDTYPE_FLAGS_NO_MEMFILE_UNDO, LISTBASE_FOREACH, FileData::new_idmap_uid, FileData::old_bmain, Main::split_mains, and which_libbase().
Referenced by blo_read_file_internal().
|
static |
Definition at line 3813 of file readfile.cc.
References UserDef::addons, UserDef::app_template, UserDef::asset_libraries, UserDef::asset_shelves_settings, UserDef::autoexec_paths, BKE_asset_catalog_path_list_blend_read_data(), BKE_preferences_extension_repo_read_data(), BLO_read_struct, BLO_read_struct_list, FileData::datamap, direct_link_keymapitem(), UserDef::edit_studio_light, UserDef::extension_repos, ListBase::first, IDP_BlendDataRead, INDEX_ID_NULL, UserDef_Runtime::is_dirty, KEYMAP_UPDATE, ListBase::last, LISTBASE_FOREACH, BlendFileData::main, oldnewmap_clear(), bUserMenuItem_Op::prop, read_data_into_datamap(), read_struct(), UserDef::runtime, UserDef::script_directories, Main::subversionfile, UserDef::subversionfile, UserDef::themes, UserDef::uifonts, UserDef::uistyles, BlendFileData::user, UserDef::user_keyconfig_prefs, UserDef::user_keymaps, USER_MENU_TYPE_OPERATOR, UserDef::user_menus, Main::versionfile, and UserDef::versionfile.
Referenced by blo_read_file_internal().
|
static |
Definition at line 2198 of file readfile.cc.
References MEM_callocN().
Referenced by BLO_readfile_id_runtime_tags_for_write(), and direct_link_id_common().
|
static |
Definition at line 4425 of file readfile.cc.
References BHeadSort::bhead, FileData::bheadmap, blo_bhead_first(), blo_bhead_next(), MEM_malloc_arrayN(), BHead::old, BHeadSort::old, FileData::tot_bheadmap, and verg_bheadsort().
Referenced by find_bhead().
|
static |
Definition at line 393 of file readfile.cc.
References BLI_addtail(), BLI_assert, BLI_remlink(), CLOG_ERROR, Main::curlib, ListBase::first, GS, LIBRARY_FLAG_IS_ARCHIVE, LOG, blender::Vector< T, InlineBufferCapacity, Allocator >::size(), and which_libbase().
Referenced by blo_split_main().
Definition at line 5141 of file readfile.cc.
References BKE_main_lists_get(), BLI_addtail(), BLI_listbase_clear(), BLI_remlink(), Main::colorspace, Main::curlib, Main::filepath, i, ID_TAG_NEW, LISTBASE_FOREACH_MUTABLE, STRNCPY(), Main::subversionfile, and Main::versionfile.
Referenced by library_link_end(), and read_libraries().
|
static |
Definition at line 4411 of file readfile.cc.
References BHeadSort::old, and v2.
Referenced by find_bhead(), and sort_bhead_old_map().
|
static |
Definition at line 182 of file readfile.cc.
|
static |
Definition at line 183 of file readfile.cc.
Referenced by blo_read_file_internal(), read_libblock_undo_restore(), read_libblock_undo_restore_library(), and read_libblock_undo_restore_linked().