|
Blender V5.0
|
#include <DNA_attribute_types.h>
Public Attributes | |
| void * | data |
| const ImplicitSharingInfoHandle * | sharing_info |
| int64_t | size |
DNA data for bke::Attribute::ArrayData.
Definition at line 24 of file DNA_attribute_types.h.
| void* AttributeArray::data |
Definition at line 25 of file DNA_attribute_types.h.
Referenced by blender::bke::attribute_storage_blend_write_prepare(), blender::bke::AttributeStorage::blend_write(), and CustomData_blend_write_prepare().
| const ImplicitSharingInfoHandle* AttributeArray::sharing_info |
Definition at line 26 of file DNA_attribute_types.h.
Referenced by blender::bke::AttributeStorage::blend_write().
| int64_t AttributeArray::size |
Definition at line 28 of file DNA_attribute_types.h.
Referenced by blender::bke::AttributeStorage::blend_write().