Blender  V3.3
BKE_geometry_set_instances.hh
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 
3 #pragma once
4 
5 #include "BKE_geometry_set.hh"
6 
7 namespace blender::bke {
8 
13 
24 
31 };
32 
43 void geometry_set_gather_instances(const GeometrySet &geometry_set,
44  Vector<GeometryInstanceGroup> &r_instance_groups);
45 
46 } // namespace blender::bke
void geometry_set_gather_instances(const GeometrySet &geometry_set, Vector< GeometryInstanceGroup > &r_instance_groups)
GeometrySet object_get_evaluated_geometry_set(const Object &object)