|
Blender
V2.93
|
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 |
Opaque structure, external API users only see this.
Definition at line 68 of file main_idmap.c.
| struct Main* IDNameLib_Map::bmain |
Definition at line 71 of file main_idmap.c.
Referenced by BKE_main_idmap_create(), and placeholders_ensure_valid().
| int IDNameLib_Map::idmap_types |
Definition at line 73 of file main_idmap.c.
Referenced by BKE_main_idmap_create().
| struct IDNameLib_TypeMap IDNameLib_Map::type_maps[INDEX_ID_MAX] |
Definition at line 62 of file main_idmap.c.
| struct GHash* IDNameLib_Map::uuid_map |
Definition at line 70 of file main_idmap.c.
| struct GSet* IDNameLib_Map::valid_id_pointers |
Definition at line 72 of file main_idmap.c.