|
Blender
V2.93
|
Public Attributes | |
| UndoStep | step |
| ListBase | handles |
| ListBase | paint_tiles |
| bool | is_encode_init |
| ePaintMode | paint_mode |
Definition at line 690 of file image_undo.c.
| ListBase ImageUndoStep::handles |
Definition at line 694 of file image_undo.c.
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 702 of file image_undo.c.
Referenced by image_undosys_step_encode(), and image_undosys_step_encode_init().
| ePaintMode ImageUndoStep::paint_mode |
Definition at line 703 of file image_undo.c.
Referenced by ED_image_paint_tile_list_get(), image_undo_push_begin(), image_undosys_step_decode(), and image_undosys_step_encode().
| ListBase ImageUndoStep::paint_tiles |
PaintTile Run-time only data (active during a paint stroke).
Definition at line 700 of file image_undo.c.
Referenced by ED_image_paint_tile_list_get(), image_undosys_step_encode(), image_undosys_step_encode_init(), and image_undosys_step_free().
| UndoStep ImageUndoStep::step |
Definition at line 691 of file image_undo.c.
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().