Blender  V3.3
Public Member Functions | Public Attributes | List of all members
blender::bke::image::partial_update::PartialUpdateUserImpl Struct Reference

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< PartialUpdateRegionupdated_regions
 regions that have been updated. More...
 

Detailed Description

Definition at line 132 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 150 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 134 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: