|
Blender V5.0
|
#include <BKE_geometry_set.hh>
Public Member Functions | |
Geometry Set | |
| void | add (const StringRef name, const AttributeDomainAndType &kind) |
Public Attributes | |
| VectorSet< StringRef, 16 > | names |
| Vector< AttributeDomainAndType, 16 > | kinds |
Definition at line 259 of file BKE_geometry_set.hh.
| void blender::bke::GeometrySet::GatheredAttributes::add | ( | const StringRef | name, |
| const AttributeDomainAndType & | kind ) |
Definition at line 707 of file geometry_set.cc.
References blender::bke::attribute_data_type_highest_complexity(), blender::bke::attribute_domain_highest_priority(), blender::bke::AttributeDomainAndType::data_type, blender::bke::AttributeDomainAndType::domain, kinds, blender::bke::GeometrySet::name, and names.
Referenced by blender::bke::GeometrySet::gather_attributes_for_propagation(), blender::geometry::gather_attributes_to_propagate(), and blender::ed::mesh::join_generic_attributes().
| Vector<AttributeDomainAndType, 16> blender::bke::GeometrySet::GatheredAttributes::kinds |
Definition at line 261 of file BKE_geometry_set.hh.
Referenced by add(), blender::nodes::node_geo_instance_on_points_cc::add_instances_from_component(), blender::nodes::node_geo_instances_to_points_cc::convert_instances_to_points(), blender::geometry::gather_generic_curve_attributes_to_propagate(), blender::geometry::gather_generic_grease_pencil_attributes_to_propagate(), blender::geometry::gather_generic_instance_attributes_to_propagate(), blender::geometry::gather_generic_mesh_attributes_to_propagate(), blender::geometry::gather_generic_pointcloud_attributes_to_propagate(), blender::nodes::node_geo_mesh_to_points_cc::geometry_set_mesh_to_points(), blender::nodes::node_geo_points_to_vertices_cc::geometry_set_points_to_vertices(), and blender::ed::mesh::join_generic_attributes().
Definition at line 260 of file BKE_geometry_set.hh.
Referenced by add(), blender::nodes::node_geo_instance_on_points_cc::add_instances_from_component(), blender::nodes::node_geo_instances_to_points_cc::convert_instances_to_points(), blender::geometry::gather_generic_curve_attributes_to_propagate(), blender::geometry::gather_generic_grease_pencil_attributes_to_propagate(), blender::geometry::gather_generic_instance_attributes_to_propagate(), blender::geometry::gather_generic_mesh_attributes_to_propagate(), blender::geometry::gather_generic_pointcloud_attributes_to_propagate(), blender::nodes::node_geo_mesh_to_points_cc::geometry_set_mesh_to_points(), blender::nodes::node_geo_points_to_vertices_cc::geometry_set_points_to_vertices(), and blender::ed::mesh::join_generic_attributes().