Blender
V3.3
|
#include <DNA_outliner_types.h>
Public Attributes | |
int totelem | DNA_DEPRECATED |
int | usedelem |
TreeStoreElem * | data |
Used only to store data in blend files.
Definition at line 27 of file DNA_outliner_types.h.
TreeStoreElem* TreeStore::data |
Elements to be packed from mempool in writefile.c
or extracted to mempool in readfile.c
.
Definition at line 36 of file DNA_outliner_types.h.
Referenced by direct_link_area(), and write_space_outliner().
int totelem TreeStore::DNA_DEPRECATED |
Was previously used for memory pre-allocation.
Definition at line 29 of file DNA_outliner_types.h.
int TreeStore::usedelem |
Number of elements in data array.
Definition at line 31 of file DNA_outliner_types.h.
Referenced by direct_link_area(), and write_space_outliner().