Blender
V3.3
|
Public Attributes | |
const SDNA * | oldsdna |
const SDNA * | newsdna |
const char * | compare_flags |
int * | step_counts |
ReconstructStep ** | steps |
Definition at line 1117 of file dna_genfile.c.
const char* DNA_ReconstructInfo::compare_flags |
Definition at line 1120 of file dna_genfile.c.
Referenced by DNA_reconstruct_info_create().
const SDNA* DNA_ReconstructInfo::newsdna |
Definition at line 1119 of file dna_genfile.c.
Referenced by DNA_reconstruct_info_create(), DNA_reconstruct_info_free(), DNA_struct_reconstruct(), and reconstruct_structs().
const SDNA* DNA_ReconstructInfo::oldsdna |
Definition at line 1118 of file dna_genfile.c.
Referenced by DNA_reconstruct_info_create(), DNA_struct_reconstruct(), and reconstruct_structs().
int* DNA_ReconstructInfo::step_counts |
Definition at line 1122 of file dna_genfile.c.
Referenced by DNA_reconstruct_info_create(), DNA_reconstruct_info_free(), and reconstruct_struct().
ReconstructStep** DNA_ReconstructInfo::steps |
Definition at line 1123 of file dna_genfile.c.
Referenced by DNA_reconstruct_info_create(), DNA_reconstruct_info_free(), and reconstruct_struct().