Blender
V3.3
|
#include <BKE_attribute.hh>
Public Attributes | |
eAttrDomain | domain |
eCustomDataType | data_type |
Friends | |
constexpr friend bool | operator== (AttributeMetaData a, AttributeMetaData b) |
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 54 of file BKE_attribute.hh.
|
friend |
Definition at line 58 of file BKE_attribute.hh.
eCustomDataType blender::bke::AttributeMetaData::data_type |
Definition at line 56 of file BKE_attribute.hh.
Referenced by copy_attributes_between_components(), blender::nodes::node_geo_curve_to_points_cc::copy_spline_domain_attributes(), blender::nodes::node_geo_curve_to_points_cc::create_attributes_for_transfer(), blender::bke::curve_to_mesh_sweep(), blender::nodes::node_geo_extrude_mesh_cc::extrude_mesh_edges(), blender::nodes::node_geo_extrude_mesh_cc::extrude_mesh_face_regions(), blender::nodes::node_geo_extrude_mesh_cc::extrude_mesh_vertices(), GeometrySet::gather_attributes_for_propagation(), blender::geometry::prepare_attribute_fallbacks(), InstancesComponent::remove_instances(), blender::bke::retrieve_attributes_for_transfer(), blender::geometry::retrieve_generic_point_attributes(), Spline::reverse(), blender::nodes::node_geo_curve_trim_cc::to_single_point_nurbs(), and blender::nodes::node_geo_curve_trim_cc::trim_nurbs_spline().
eAttrDomain blender::bke::AttributeMetaData::domain |
Definition at line 55 of file BKE_attribute.hh.
Referenced by copy_attributes_between_components(), blender::bke::curve_to_mesh_sweep(), blender::nodes::node_geo_extrude_mesh_cc::extrude_mesh_edges(), blender::nodes::node_geo_extrude_mesh_cc::extrude_mesh_face_regions(), blender::nodes::node_geo_extrude_mesh_cc::extrude_mesh_vertices(), blender::bke::attribute_accessor_functions::for_all(), blender::ed::spreadsheet::GeometryDataSource::foreach_default_column_ids(), GeometrySet::gather_attributes_for_propagation(), blender::geometry::gather_point_attributes_to_interpolate(), blender::nodes::node_geo_join_geometry_cc::get_final_attribute_info(), blender::nodes::node_geo_flip_faces_cc::mesh_flip_faces(), blender::bke::retrieve_attributes_for_transfer(), and blender::geometry::retrieve_generic_point_attributes().