|
Blender V4.5
|
#include <BLO_readfile.hh>
Classes | |
| struct | [struct].duration |
| struct | [struct].count |
Public Attributes | |
| ReportList * | reports |
| struct | duration |
| struct | count |
| int | resynced_lib_overrides_libraries_count |
| bool | do_resynced_lib_overrides_libraries_list |
| LinkNode * | resynced_lib_overrides_libraries |
Definition at line 104 of file BLO_readfile.hh.
| struct BlendFileReadReport::[struct].count BlendFileReadReport::count |
| bool BlendFileReadReport::do_resynced_lib_overrides_libraries_list |
Definition at line 145 of file BLO_readfile.hh.
| struct BlendFileReadReport::[struct].duration BlendFileReadReport::duration |
Referenced by blo_read_file_internal(), file_read_reports_finalize(), and WM_file_read().
| ReportList* BlendFileReadReport::reports |
General reports handling.
Definition at line 106 of file BLO_readfile.hh.
Referenced by BKE_blendfile_append(), BKE_blendfile_is_readable(), BKE_blendfile_link(), BKE_blendfile_userdef_read(), BKE_blendfile_workspace_config_read(), blendfile_relocate_postprocess_liboverrides(), blo_do_versions_280(), BLO_library_temp_load_id(), BLO_main_validate_libraries(), blo_read_file_internal(), BLO_read_from_memfile(), BLO_read_from_memory(), bpy_lib_enter(), do_versions_after_linking_440(), file_read_reports_finalize(), blender::ed::outliner::id_override_library_resync_hierarchy_process(), imb_thumb_load_from_blend_id(), link_append_context_library_blohandle_ensure(), read_library_linked_ids(), WM_file_read(), and wm_homefile_read_ex().
| LinkNode* BlendFileReadReport::resynced_lib_overrides_libraries |
Definition at line 146 of file BLO_readfile.hh.
Referenced by file_read_reports_finalize().
| int BlendFileReadReport::resynced_lib_overrides_libraries_count |
Number of libraries which had overrides that needed to be resynced, and a single linked list of those.
Definition at line 144 of file BLO_readfile.hh.
Referenced by file_read_reports_finalize().