|
Blender V5.0
|
#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 202 of file BKE_attribute_storage.hh.
|
explicit |
Definition at line 621 of file attribute_storage.cc.
References attributes, and scope.
| Vector<::Attribute, 16>& blender::bke::AttributeStorage::BlendWriteData::attributes |
Definition at line 204 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(), grease_pencil_blend_write(), mesh_blend_write(), blender::bke::mesh_freestyle_marks_to_legacy(), and pointcloud_blend_write().
| ResourceScope& blender::bke::AttributeStorage::BlendWriteData::scope |
Definition at line 203 of file BKE_attribute_storage.hh.
Referenced by blender::bke::attribute_storage_blend_write_prepare(), BlendWriteData(), and CustomData_blend_write_prepare().