Blender
V3.3
|
Public Attributes | |
UndoStep | step |
UndoSculpt | data |
SculptAttrRef | active_color_start |
SculptAttrRef | active_color_end |
bContext * | C |
Definition at line 115 of file sculpt_undo.c.
SculptAttrRef SculptUndoStep::active_color_end |
Definition at line 124 of file sculpt_undo.c.
Referenced by SCULPT_undo_push_begin(), and SCULPT_undo_push_end_ex().
SculptAttrRef SculptUndoStep::active_color_start |
Definition at line 121 of file sculpt_undo.c.
Referenced by SCULPT_undo_push_begin().
bContext* SculptUndoStep::C |
Definition at line 126 of file sculpt_undo.c.
UndoSculpt SculptUndoStep::data |
Definition at line 118 of file sculpt_undo.c.
Referenced by sculpt_undosys_step_decode_redo_impl(), sculpt_undosys_step_decode_undo_impl(), sculpt_undosys_step_encode(), sculpt_undosys_step_encode_init(), sculpt_undosys_step_free(), and sculpt_undosys_step_get_nodes().
UndoStep SculptUndoStep::step |
Definition at line 116 of file sculpt_undo.c.
Referenced by sculpt_undosys_step_decode_redo(), sculpt_undosys_step_decode_redo_impl(), sculpt_undosys_step_decode_undo(), sculpt_undosys_step_decode_undo_impl(), and sculpt_undosys_step_encode().