Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesdna/DNA_genfile.h
| Show First 20 Lines • Show All 92 Lines • ▼ Show 20 Lines | |||||
| const struct SDNA *oldsdna, | const struct SDNA *oldsdna, | ||||
| const char *compflags, | const char *compflags, | ||||
| int oldSDNAnr, | int oldSDNAnr, | ||||
| int blocks, | int blocks, | ||||
| const void *data); | const void *data); | ||||
| int DNA_elem_offset(struct SDNA *sdna, const char *stype, const char *vartype, const char *name); | int DNA_elem_offset(struct SDNA *sdna, const char *stype, const char *vartype, const char *name); | ||||
| int DNA_elem_size_nr(const struct SDNA *sdna, short type, short name); | |||||
| bool DNA_struct_find(const struct SDNA *sdna, const char *stype); | bool DNA_struct_find(const struct SDNA *sdna, const char *stype); | ||||
| bool DNA_struct_elem_find(const struct SDNA *sdna, | bool DNA_struct_elem_find(const struct SDNA *sdna, | ||||
| const char *stype, | const char *stype, | ||||
| const char *vartype, | const char *vartype, | ||||
| const char *name); | const char *name); | ||||
| int DNA_elem_type_size(const eSDNA_Type elem_nr); | int DNA_elem_type_size(const eSDNA_Type elem_nr); | ||||
| Show All 22 Lines | |||||