|
Blender V4.3
|
#include <BKE_attribute.hh>
Public Attributes | |
| AttrDomain | domain |
| eCustomDataType | data_type |
Contains information about an attribute in a geometry component. More information can be added in the future. E.g. whether the attribute is builtin and how it is stored (uv map, vertex group, ...).
Definition at line 60 of file BKE_attribute.hh.
| eCustomDataType blender::bke::AttributeMetaData::data_type |
Definition at line 62 of file BKE_attribute.hh.
Referenced by blender::bke::attribute_kind_matches(), blender::bke::GeometrySet::gather_attributes_for_propagation(), blender::ed::geometry::geometry_attribute_convert_invoke(), blender::ed::geometry::geometry_color_attribute_convert_invoke(), blender::geometry::join_attributes(), and blender::bke::should_add_attribute_to_mesh().
| AttrDomain blender::bke::AttributeMetaData::domain |
Definition at line 61 of file BKE_attribute.hh.
Referenced by blender::bke::attribute_kind_matches(), blender::bke::GeometrySet::gather_attributes_for_propagation(), blender::ed::geometry::geometry_attribute_convert_invoke(), blender::ed::geometry::geometry_color_attribute_convert_invoke(), and blender::geometry::join_attributes().