|
Blender V4.3
|
#include <BLO_readfile.hh>
Definition at line 99 of file BLO_readfile.hh.
| struct { ... } BlendFileReadReport::count |
Count information.
Referenced by BKE_lib_override_library_main_proxy_convert(), do_versions_after_linking_400(), file_read_reports_finalize(), lib_override_library_main_resync_on_library_indirect_level(), lib_override_library_proxy_convert_do(), link_recurs_seq(), object_blend_read_after_liblink(), read_library_file_data(), read_library_linked_id(), and setup_app_data().
| bool BlendFileReadReport::do_resynced_lib_overrides_libraries_list |
Definition at line 140 of file BLO_readfile.hh.
Referenced by lib_override_library_main_resync_on_library_indirect_level().
| struct { ... } BlendFileReadReport::duration |
Timing information.
Referenced by blo_read_file_internal(), file_read_reports_finalize(), lib_override_library_main_resync_on_library_indirect_level(), and setup_app_data().
| double BlendFileReadReport::lib_overrides |
Definition at line 107 of file BLO_readfile.hh.
Referenced by blo_read_file_internal(), and file_read_reports_finalize().
| double BlendFileReadReport::lib_overrides_recursive_resync |
Definition at line 109 of file BLO_readfile.hh.
Referenced by file_read_reports_finalize(), and lib_override_library_main_resync_on_library_indirect_level().
| double BlendFileReadReport::lib_overrides_resync |
Definition at line 108 of file BLO_readfile.hh.
Referenced by file_read_reports_finalize(), and setup_app_data().
| double BlendFileReadReport::libraries |
Definition at line 106 of file BLO_readfile.hh.
Referenced by blo_read_file_internal(), and file_read_reports_finalize().
| int BlendFileReadReport::missing_libraries |
Some numbers of IDs that ended up in a specific state, or required some specific process during this file read.
Definition at line 118 of file BLO_readfile.hh.
Referenced by file_read_reports_finalize(), and read_library_file_data().
| int BlendFileReadReport::missing_linked_id |
Definition at line 119 of file BLO_readfile.hh.
Referenced by file_read_reports_finalize(), read_library_linked_id(), and setup_app_data().
| int BlendFileReadReport::missing_obdata |
Some sub-categories of the above missing_linked_id counter.
Definition at line 121 of file BLO_readfile.hh.
Referenced by file_read_reports_finalize(), and object_blend_read_after_liblink().
| int BlendFileReadReport::missing_obproxies |
Definition at line 122 of file BLO_readfile.hh.
Referenced by do_versions_after_linking_400(), and file_read_reports_finalize().
| int BlendFileReadReport::proxies_to_lib_overrides_failures |
Number of proxies that failed to convert to library overrides.
Definition at line 130 of file BLO_readfile.hh.
Referenced by BKE_lib_override_library_main_proxy_convert(), and file_read_reports_finalize().
| int BlendFileReadReport::proxies_to_lib_overrides_success |
Number of proxies converted to library overrides.
Definition at line 128 of file BLO_readfile.hh.
Referenced by file_read_reports_finalize(), and lib_override_library_proxy_convert_do().
| ReportList* BlendFileReadReport::reports |
General reports handling.
Definition at line 101 of file BLO_readfile.hh.
Referenced by after_liblink_merged_bmain_process(), BKE_blendfile_append(), BKE_blendfile_is_readable(), BKE_blendfile_library_relocate(), BKE_blendfile_link(), BKE_blendfile_read(), BKE_blendfile_read_setup_readfile(), BKE_blendfile_userdef_read(), BKE_blendfile_workspace_config_read(), blo_do_versions_280(), blo_filedata_from_file(), blo_filedata_from_file_descriptor(), blo_filedata_from_file_open(), blo_filedata_from_memfile(), blo_filedata_from_memory(), BLO_library_temp_load_id(), BLO_main_validate_libraries(), blo_read_file_internal(), BLO_read_from_memfile(), BLO_read_from_memory(), BLO_reportf_wrap(), bpy_lib_enter(), file_read_reports_finalize(), handle_subversion_warning(), blender::ed::outliner::id_override_library_resync_hierarchy_process(), imb_thumb_load_from_blend_id(), lib_override_library_resync(), link_append_context_library_blohandle_ensure(), setup_app_data(), WM_file_read(), and wm_homefile_read_ex().
| int BlendFileReadReport::resynced_lib_overrides |
Number of root override IDs that were resynced.
Definition at line 125 of file BLO_readfile.hh.
Referenced by file_read_reports_finalize(), and lib_override_library_main_resync_on_library_indirect_level().
| LinkNode* BlendFileReadReport::resynced_lib_overrides_libraries |
Definition at line 141 of file BLO_readfile.hh.
Referenced by file_read_reports_finalize(), and lib_override_library_main_resync_on_library_indirect_level().
| 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 139 of file BLO_readfile.hh.
Referenced by file_read_reports_finalize(), and lib_override_library_main_resync_on_library_indirect_level().
| int BlendFileReadReport::sequence_strips_skipped |
Number of sequencer strips that were not read because were in non-supported channels.
Definition at line 132 of file BLO_readfile.hh.
Referenced by file_read_reports_finalize(), and link_recurs_seq().
| double BlendFileReadReport::whole |
Definition at line 105 of file BLO_readfile.hh.
Referenced by file_read_reports_finalize().