|
Blender V4.5
|
Public Attributes | |
| const char ** | types |
| const char ** | members |
| struct GHash * | types_to_structs_map |
Runtime versions of data stored in DNA, lazy initialized, only different when renaming is done.
Contains mapping from original (static) types/members names to their current (alias) DNA-defined versions (i.e. results from calling DNA_alias_maps with DNA_RENAME_ALIAS_FROM_STATIC).
Definition at line 123 of file DNA_sdna_types.h.
| const char** SDNA::[struct].alias members |
Aligned with SDNA.members, same pointers when unchanged.
| const char** SDNA::[struct].alias types |
Aligned with SDNA.types, same pointers when unchanged.
| struct GHash* SDNA::[struct].alias types_to_structs_map |
A version of SDNA.types_to_structs_map that uses SDNA.alias.types for its keys.