|
Blender V5.0
|
#include <BKE_attribute.hh>
Public Attributes | |
| AttrDomain | domain |
| AttrType | 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 91 of file BKE_attribute.hh.
| AttrType blender::bke::AttributeMetaData::data_type |
Definition at line 93 of file BKE_attribute.hh.
Referenced by blender::bke::attribute_kind_matches(), blender::draw::bmesh_attribute_exists(), blender::bke::GeometrySet::gather_attributes_for_propagation(), blender::ed::geometry::geometry_attribute_convert_invoke(), blender::ed::geometry::geometry_color_attribute_convert_invoke(), blender::nodes::geo_eval_log::GeometryInfoLog::GeometryInfoLog(), blender::geometry::propagate_edge_attributes(), blender::geometry::propagate_vert_attributes(), blender::ed::curves::set_attribute_exec(), blender::ed::pointcloud::set_attribute_exec(), blender::ed::curves::set_attribute_ui(), blender::ed::pointcloud::set_attribute_ui(), and blender::bke::should_add_attribute_to_mesh().
| AttrDomain blender::bke::AttributeMetaData::domain |
Definition at line 92 of file BKE_attribute.hh.
Referenced by blender::bke::attribute_kind_matches(), blender::draw::bmesh_attribute_exists(), blender::bke::GeometrySet::gather_attributes_for_propagation(), blender::ed::geometry::geometry_attribute_convert_invoke(), blender::ed::geometry::geometry_color_attribute_convert_invoke(), blender::nodes::geo_eval_log::GeometryInfoLog::GeometryInfoLog(), blender::geometry::propagate_edge_attributes(), and blender::geometry::propagate_vert_attributes().