Blender V5.0
blender::bke::AttributeStorage::BlendWriteData Struct Reference

#include <BKE_attribute_storage.hh>

Public Member Functions

 BlendWriteData (ResourceScope &scope)

Public Attributes

ResourceScopescope
Vector<::Attribute, 16 > & attributes

Detailed Description

Temporary data used to write a AttributeStorage struct embedded in another struct. See attribute_storage_blend_write_prepare for more information.

Definition at line 202 of file BKE_attribute_storage.hh.

Constructor & Destructor Documentation

◆ BlendWriteData()

blender::bke::AttributeStorage::BlendWriteData::BlendWriteData ( ResourceScope & scope)
explicit

Definition at line 621 of file attribute_storage.cc.

References attributes, and scope.

Member Data Documentation

◆ attributes

◆ scope

ResourceScope& blender::bke::AttributeStorage::BlendWriteData::scope

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