Home
last modified time | relevance | path

Searched defs:reconstruct_info (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/makesdna/intern/
H A Ddna_genfile.c1154 static void reconstruct_struct(const DNA_ReconstructInfo *reconstruct_info, in reconstruct_struct()
1204 static void reconstruct_structs(const DNA_ReconstructInfo *reconstruct_info, in reconstruct_structs()
1231 void *DNA_struct_reconstruct(const DNA_ReconstructInfo *reconstruct_info, in DNA_struct_reconstruct()
1536 DNA_ReconstructInfo *reconstruct_info = MEM_callocN(sizeof(DNA_ReconstructInfo), __func__); in DNA_reconstruct_info_create() local
1580 void DNA_reconstruct_info_free(DNA_ReconstructInfo *reconstruct_info) in DNA_reconstruct_info_free()
/dports/graphics/blender/blender-2.91.0/source/blender/blenloader/intern/
H A Dreadfile.h111 struct DNA_ReconstructInfo *reconstruct_info; member