|
Blender V5.0
|
Public Attributes | |
| FileData * | fd |
| blender::Map< uint64_t, blender::ImplicitSharingInfoAndData > | shared_data_by_stored_address |
Definition at line 577 of file readfile.cc.
| FileData* BlendDataReader::fd |
Definition at line 578 of file readfile.cc.
Referenced by BLO_read_data_globmap_add(), BLO_read_data_is_undo(), BLO_read_data_reports(), BLO_read_double_array(), BLO_read_fileversion_get(), BLO_read_float_array(), BLO_read_get_new_data_address(), BLO_read_get_new_data_address_no_us(), BLO_read_glob_list(), BLO_read_int16_array(), BLO_read_int32_array(), BLO_read_pointer_array(), blo_read_shared_impl(), BLO_read_struct_array_with_size(), BLO_read_struct_by_name_array(), BLO_read_uint32_array(), convert_pointer_array_64_to_32(), direct_link_id(), direct_link_id_common(), and direct_link_id_embedded_id().
| blender::Map<uint64_t, blender::ImplicitSharingInfoAndData> BlendDataReader::shared_data_by_stored_address |
The key is the old address id referencing shared data that's written to a file, typically an array. The corresponding value is the shared data at run-time.
Definition at line 584 of file readfile.cc.
Referenced by blo_read_shared_impl(), and direct_link_id().