|
Blender
V3.3
|
Public Attributes | |
| struct IDNameLib_TypeMap | type_maps [INDEX_ID_MAX] |
| struct GHash * | uuid_map |
| struct Main * | bmain |
| struct GSet * | valid_id_pointers |
| int | idmap_types |
| BLI_mempool * | type_maps_keys_pool |
Opaque structure, external API users only see this.
Definition at line 53 of file main_idmap.c.
| struct Main* IDNameLib_Map::bmain |
Definition at line 56 of file main_idmap.c.
Referenced by BKE_main_idmap_create(), and placeholders_ensure_valid().
| int IDNameLib_Map::idmap_types |
Definition at line 58 of file main_idmap.c.
Referenced by BKE_main_idmap_create().
| struct IDNameLib_TypeMap IDNameLib_Map::type_maps[INDEX_ID_MAX] |
Definition at line 47 of file main_idmap.c.
| BLI_mempool* IDNameLib_Map::type_maps_keys_pool |
Definition at line 61 of file main_idmap.c.
| struct GHash* IDNameLib_Map::uuid_map |
Definition at line 55 of file main_idmap.c.
| struct GSet* IDNameLib_Map::valid_id_pointers |
Definition at line 57 of file main_idmap.c.