|
Blender
V2.93
|
Public Attributes | |
| struct MeshUndoStep_Elem * | next |
| struct MeshUndoStep_Elem * | prev |
| UndoRefID_Object | obedit_ref |
| UndoMesh | data |
Definition at line 722 of file editmesh_undo.c.
| UndoMesh MeshUndoStep_Elem::data |
Definition at line 725 of file editmesh_undo.c.
Referenced by mesh_undosys_step_decode(), mesh_undosys_step_encode(), and mesh_undosys_step_free().
| struct MeshUndoStep_Elem* MeshUndoStep_Elem::next |
Definition at line 723 of file editmesh_undo.c.
| UndoRefID_Object MeshUndoStep_Elem::obedit_ref |
Definition at line 724 of file editmesh_undo.c.
Referenced by mesh_undosys_foreach_ID_ref(), mesh_undosys_step_decode(), and mesh_undosys_step_encode().
| struct MeshUndoStep_Elem * MeshUndoStep_Elem::prev |
Definition at line 723 of file editmesh_undo.c.