Blender V4.5
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 171 of file BKE_attribute_storage.hh.

Constructor & Destructor Documentation

◆ BlendWriteData()

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

Definition at line 522 of file attribute_storage.cc.

Member Data Documentation

◆ attributes

Vector<::Attribute, 16>& blender::bke::AttributeStorage::BlendWriteData::attributes

◆ scope

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

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