Blender
V3.3
|
Public Attributes | |
UndoStep | step |
ListBase | handles |
PaintTileMap * | paint_tile_map |
bool | is_encode_init |
ePaintMode | paint_mode |
Definition at line 723 of file image_undo.cc.
ListBase ImageUndoStep::handles |
Definition at line 727 of file image_undo.cc.
Referenced by ED_image_undo_push_begin_with_image(), image_undosys_foreach_ID_ref(), image_undosys_step_decode_redo_impl(), image_undosys_step_decode_undo_impl(), image_undosys_step_encode(), image_undosys_step_encode_init(), image_undosys_step_free(), and ubuf_lookup_from_reference().
bool ImageUndoStep::is_encode_init |
Definition at line 735 of file image_undo.cc.
Referenced by image_undosys_step_encode(), and image_undosys_step_encode_init().
ePaintMode ImageUndoStep::paint_mode |
Definition at line 736 of file image_undo.cc.
Referenced by ED_image_paint_tile_map_get(), image_undo_push_begin(), image_undosys_step_decode(), and image_undosys_step_encode().
PaintTileMap* ImageUndoStep::paint_tile_map |
PaintTile Run-time only data (active during a paint stroke).
Definition at line 733 of file image_undo.cc.
Referenced by ED_image_paint_tile_map_get(), image_undosys_step_encode(), image_undosys_step_encode_init(), and image_undosys_step_free().
UndoStep ImageUndoStep::step |
Definition at line 724 of file image_undo.cc.
Referenced by ED_image_undo_push_begin_with_image(), image_undosys_step_decode_redo(), image_undosys_step_decode_redo_impl(), image_undosys_step_decode_undo(), image_undosys_step_decode_undo_impl(), and image_undosys_step_encode().