|
Blender
V2.93
|
#include "BKE_geometry_set.hh"Go to the source code of this file.
Classes | |
| struct | blender::bke::GeometryInstanceGroup |
| struct | blender::bke::AttributeKind |
Namespaces | |
| blender | |
| blender::bke | |
Functions | |
| void | blender::bke::geometry_set_instances_attribute_foreach (const GeometrySet &geometry_set, const AttributeForeachCallback callback, const int limit) |
| void | blender::bke::geometry_set_gather_instances (const GeometrySet &geometry_set, Vector< GeometryInstanceGroup > &r_instance_groups) |
| GeometrySet | blender::bke::geometry_set_realize_mesh_for_modifier (const GeometrySet &geometry_set) |
| GeometrySet | blender::bke::geometry_set_realize_instances (const GeometrySet &geometry_set) |
| void | blender::bke::geometry_set_gather_instances_attribute_info (Span< GeometryInstanceGroup > set_groups, Span< GeometryComponentType > component_types, const Set< std::string > &ignored_attributes, Map< std::string, AttributeKind > &r_attributes) |