|
Blender
V2.93
|
Public Attributes | |
| Mesh | me |
| int | selectmode |
| int | shapenr |
| struct { | |
| BArrayCustomData * vdata | |
| BArrayCustomData * edata | |
| BArrayCustomData * ldata | |
| BArrayCustomData * pdata | |
| BArrayState ** keyblocks | |
| BArrayState * mselect | |
| } | store |
| size_t | undo_size |
Definition at line 95 of file editmesh_undo.c.
| BArrayCustomData * UndoMesh::edata |
Definition at line 112 of file editmesh_undo.c.
Referenced by um_arraystore_compact_ex(), um_arraystore_expand(), and um_arraystore_free().
| BArrayState** UndoMesh::keyblocks |
Definition at line 113 of file editmesh_undo.c.
Referenced by um_arraystore_compact_ex(), um_arraystore_expand(), and um_arraystore_free().
| BArrayCustomData * UndoMesh::ldata |
Definition at line 112 of file editmesh_undo.c.
Referenced by um_arraystore_compact_ex(), um_arraystore_expand(), and um_arraystore_free().
| Mesh UndoMesh::me |
Definition at line 96 of file editmesh_undo.c.
Referenced by um_arraystore_compact_ex(), um_arraystore_expand(), um_arraystore_free(), undomesh_free_data(), undomesh_from_editmesh(), and undomesh_to_editmesh().
| BArrayState* UndoMesh::mselect |
Definition at line 114 of file editmesh_undo.c.
Referenced by um_arraystore_compact_ex(), um_arraystore_expand(), and um_arraystore_free().
| BArrayCustomData * UndoMesh::pdata |
Definition at line 112 of file editmesh_undo.c.
Referenced by um_arraystore_compact_ex(), um_arraystore_expand(), and um_arraystore_free().
| int UndoMesh::selectmode |
Definition at line 97 of file editmesh_undo.c.
Referenced by mesh_undosys_step_decode(), and undomesh_to_editmesh().
| int UndoMesh::shapenr |
There are a few ways this could be made to work but for now its a known limitation with mixing object and editmode operations - Campbell.
Definition at line 107 of file editmesh_undo.c.
Referenced by undomesh_to_editmesh().
| struct { ... } UndoMesh::store |
Referenced by um_arraystore_compact_ex(), um_arraystore_expand(), and um_arraystore_free().
| size_t UndoMesh::undo_size |
Definition at line 118 of file editmesh_undo.c.
Referenced by mesh_undosys_step_encode().
| BArrayCustomData* UndoMesh::vdata |
Definition at line 112 of file editmesh_undo.c.
Referenced by um_arraystore_compact_ex(), um_arraystore_expand(), and um_arraystore_free().