Blender V5.0
blender::bke::image::partial_update::PartialUpdateUserImpl Struct Reference

Public Member Functions

void clear_updated_regions ()
 Clear the list of updated regions.

Public Attributes

ChangesetID last_changeset_id = UnknownChangesetID
 last changeset id that was seen by this user.
Vector< PartialUpdateRegionupdated_regions
 regions that have been updated.

Detailed Description

Definition at line 133 of file image_partial_update.cc.

Member Function Documentation

◆ clear_updated_regions()

void blender::bke::image::partial_update::PartialUpdateUserImpl::clear_updated_regions ( )
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 151 of file image_partial_update.cc.

References updated_regions.

Referenced by blender::bke::image::partial_update::BKE_image_partial_update_collect_changes().

Member Data Documentation

◆ last_changeset_id

ChangesetID blender::bke::image::partial_update::PartialUpdateUserImpl::last_changeset_id = UnknownChangesetID

last changeset id that was seen by this user.

Definition at line 135 of file image_partial_update.cc.

Referenced by blender::bke::image::partial_update::BKE_image_partial_update_collect_changes().

◆ updated_regions

Vector<PartialUpdateRegion> blender::bke::image::partial_update::PartialUpdateUserImpl::updated_regions

The documentation for this struct was generated from the following file: