Home
last modified time | relevance | path

Searched refs:DNA_sdna_current_get (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/makesdna/
H A DDNA_genfile.h95 const struct SDNA *DNA_sdna_current_get(void);
/dports/graphics/blender/blender-2.91.0/source/blender/makesdna/intern/
H A Ddna_genfile.c597 const struct SDNA *DNA_sdna_current_get(void) in DNA_sdna_current_get() function
1680 BLI_assert(DNA_struct_find_nr(DNA_sdna_current_get(), struct_name_new) != -1); in DNA_sdna_patch_struct_nr()
/dports/graphics/blender/blender-2.91.0/source/blender/blenloader/intern/
H A Dwritefile.c331 wd->sdna = DNA_sdna_current_get(); in writedata_new()
H A Dreadfile.c1334 fd->memsdna = DNA_sdna_current_get(); in filedata_new()