|
Blender V4.3
|
Public Attributes | |
| UndoStep | step |
| UndoRefID_Scene | scene_ref |
| CurveUndoStep_Elem * | elems |
| uint | elems_len |
Definition at line 191 of file editcurve_undo.cc.
| CurveUndoStep_Elem* CurveUndoStep::elems |
Definition at line 195 of file editcurve_undo.cc.
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 196 of file editcurve_undo.cc.
Referenced by curve_undosys_foreach_ID_ref(), curve_undosys_step_decode(), curve_undosys_step_encode(), and curve_undosys_step_free().
| UndoRefID_Scene CurveUndoStep::scene_ref |
See ED_undo_object_editmode_validate_scene_from_windows code comment for details.
Definition at line 194 of file editcurve_undo.cc.
Referenced by curve_undosys_foreach_ID_ref(), curve_undosys_step_decode(), and curve_undosys_step_encode().
| UndoStep CurveUndoStep::step |
Definition at line 192 of file editcurve_undo.cc.
Referenced by curve_undosys_step_encode().