|
Blender
V2.93
|
Public Attributes | |
| struct BArrayCustomData * | next |
| CustomDataType | type |
| int | states_len |
| BArrayState * | states [0] |
Definition at line 86 of file editmesh_undo.c.
| struct BArrayCustomData* BArrayCustomData::next |
Definition at line 87 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 90 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 89 of file editmesh_undo.c.
Referenced by um_arraystore_cd_compact(), um_arraystore_cd_expand(), and um_arraystore_cd_free().
| CustomDataType BArrayCustomData::type |
Definition at line 88 of file editmesh_undo.c.
Referenced by um_arraystore_cd_compact(), um_arraystore_cd_expand(), and um_arraystore_cd_free().