|
Blender V4.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 24 of file DNA_outliner_types.h.
| TreeStoreElem* TreeStore::data |
Elements to be packed from mempool in writefile.cc or extracted to mempool in readfile.cc.
Definition at line 33 of file DNA_outliner_types.h.
Referenced by blender::ed::outliner::outliner_space_blend_read_data(), and blender::ed::outliner::write_space_outliner().
| int totelem TreeStore::DNA_DEPRECATED |
Was previously used for memory pre-allocation.
Definition at line 26 of file DNA_outliner_types.h.
| int TreeStore::usedelem |
Number of elements in data array.
Definition at line 28 of file DNA_outliner_types.h.
Referenced by blender::ed::outliner::outliner_space_blend_read_data(), and blender::ed::outliner::write_space_outliner().