|
Blender
V3.3
|
Public Attributes | |
| struct ArmatureUndoStep_Elem * | next |
| struct ArmatureUndoStep_Elem * | prev |
| UndoRefID_Object | obedit_ref |
| UndoArmature | data |
Definition at line 119 of file editarmature_undo.c.
| UndoArmature ArmatureUndoStep_Elem::data |
Definition at line 122 of file editarmature_undo.c.
Referenced by armature_undosys_step_decode(), armature_undosys_step_encode(), and armature_undosys_step_free().
| struct ArmatureUndoStep_Elem* ArmatureUndoStep_Elem::next |
Definition at line 120 of file editarmature_undo.c.
| UndoRefID_Object ArmatureUndoStep_Elem::obedit_ref |
Definition at line 121 of file editarmature_undo.c.
Referenced by armature_undosys_foreach_ID_ref(), armature_undosys_step_decode(), and armature_undosys_step_encode().
| struct ArmatureUndoStep_Elem * ArmatureUndoStep_Elem::prev |
Definition at line 120 of file editarmature_undo.c.