Blender
V3.3
|
Public Member Functions | |
void | clear_updated_regions () |
Clear the list of updated regions. More... | |
Public Attributes | |
ChangesetID | last_changeset_id = UnknownChangesetID |
last changeset id that was seen by this user. More... | |
Vector< PartialUpdateRegion > | updated_regions |
regions that have been updated. More... | |
Definition at line 132 of file image_partial_update.cc.
|
inline |
Clear the list of updated regions.
Updated regions should be cleared at the start of BKE_image_partial_update_collect_changes so the
Definition at line 150 of file image_partial_update.cc.
References updated_regions.
Referenced by blender::bke::image::partial_update::BKE_image_partial_update_collect_changes().
ChangesetID blender::bke::image::partial_update::PartialUpdateUserImpl::last_changeset_id = UnknownChangesetID |
last changeset id that was seen by this user.
Definition at line 134 of file image_partial_update.cc.
Referenced by blender::bke::image::partial_update::BKE_image_partial_update_collect_changes().
Vector<PartialUpdateRegion> blender::bke::image::partial_update::PartialUpdateUserImpl::updated_regions |
regions that have been updated.
Definition at line 137 of file image_partial_update.cc.
Referenced by blender::bke::image::partial_update::BKE_image_partial_update_collect_changes(), blender::bke::image::partial_update::BKE_image_partial_update_get_next_change(), and clear_updated_regions().