|
Blender V4.5
|
#include <BKE_attribute_storage.hh>
Public Member Functions | |
| BlendWriteData (ResourceScope &scope) | |
Public Attributes | |
| ResourceScope & | scope |
| Vector<::Attribute, 16 > & | attributes |
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.
|
explicit |
Definition at line 522 of file attribute_storage.cc.
References attributes, and scope.
| Vector<::Attribute, 16>& blender::bke::AttributeStorage::BlendWriteData::attributes |
Definition at line 173 of file BKE_attribute_storage.hh.
Referenced by blender::bke::attribute_storage_blend_write_prepare(), blender::bke::AttributeStorage::blend_write(), BlendWriteData(), CustomData_blend_write_prepare(), and mesh_blend_write().
| ResourceScope& blender::bke::AttributeStorage::BlendWriteData::scope |
Definition at line 172 of file BKE_attribute_storage.hh.
Referenced by blender::bke::attribute_storage_blend_write_prepare(), BlendWriteData(), and CustomData_blend_write_prepare().