Blender
V3.3
|
Public Attributes | |
const char * | name |
const Library * | lib |
Definition at line 38 of file main_idmap.c.
const Library* IDNameLib_Key::lib |
Definition at line 42 of file main_idmap.c.
Referenced by BKE_main_idmap_insert_id(), BKE_main_idmap_lookup_name(), idkey_cmp(), and idkey_hash().
const char* IDNameLib_Key::name |
ID.name + 2
: without the ID type prefix, since each id type gets its own 'map'.
Definition at line 40 of file main_idmap.c.
Referenced by BKE_main_idmap_insert_id(), BKE_main_idmap_lookup_name(), idkey_cmp(), and idkey_hash().