Blender
V3.3
|
Public Attributes | |
struct BArrayCustomData * | next |
eCustomDataType | type |
int | states_len |
BArrayState * | states [0] |
Definition at line 73 of file editmesh_undo.c.
struct BArrayCustomData* BArrayCustomData::next |
Definition at line 74 of file editmesh_undo.c.
Referenced by um_arraystore_cd_compact(), um_arraystore_cd_expand(), and um_arraystore_cd_free().
BArrayState* BArrayCustomData::states[0] |
Definition at line 77 of file editmesh_undo.c.
Referenced by um_arraystore_cd_compact(), um_arraystore_cd_expand(), and um_arraystore_cd_free().
int BArrayCustomData::states_len |
Definition at line 76 of file editmesh_undo.c.
Referenced by um_arraystore_cd_compact(), um_arraystore_cd_expand(), and um_arraystore_cd_free().
eCustomDataType BArrayCustomData::type |
Definition at line 75 of file editmesh_undo.c.
Referenced by um_arraystore_cd_compact(), um_arraystore_cd_expand(), and um_arraystore_cd_free().