Blender
V3.3
|
Class to not load any tile specific data when iterating over changes. More...
#include <BKE_image_partial_update.hh>
Public Member Functions | |
NoTileData (Image *UNUSED(image), ImageUser *UNUSED(image_user)) | |
void | init_data (TileNumber UNUSED(new_tile_number)) override |
void | free_data () override |
Unload the data that has been loaded. More... | |
Class to not load any tile specific data when iterating over changes.
Definition at line 123 of file BKE_image_partial_update.hh.
|
inline |
Definition at line 125 of file BKE_image_partial_update.hh.
|
inlineoverridevirtual |
Unload the data that has been loaded.
Invoked when changes are on a different tile compared to the previous tile or when finished iterating over the changes.
Implements blender::bke::image::partial_update::AbstractTileData.
Definition at line 133 of file BKE_image_partial_update.hh.
|
inlineoverride |
Definition at line 129 of file BKE_image_partial_update.hh.