Blender
V3.3
|
Public Attributes | |
UndoStep | step |
CurveUndoStep_Elem * | elems |
uint | elems_len |
Definition at line 187 of file editcurve_undo.c.
CurveUndoStep_Elem* CurveUndoStep::elems |
Definition at line 189 of file editcurve_undo.c.
Referenced by curve_undosys_foreach_ID_ref(), curve_undosys_step_decode(), curve_undosys_step_encode(), and curve_undosys_step_free().
uint CurveUndoStep::elems_len |
Definition at line 190 of file editcurve_undo.c.
Referenced by curve_undosys_foreach_ID_ref(), curve_undosys_step_decode(), curve_undosys_step_encode(), and curve_undosys_step_free().
UndoStep CurveUndoStep::step |
Definition at line 188 of file editcurve_undo.c.
Referenced by curve_undosys_step_encode().