Blender  V3.3
GEO_realize_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::geometry {
8 
16  bool keep_original_ids = false;
22 };
23 
35 
36 } // namespace blender::geometry
CCL_NAMESPACE_BEGIN struct Options options
GeometrySet realize_instances(GeometrySet geometry_set, const RealizeInstancesOptions &options)