Blender V4.3
GEO_realize_instances.hh
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2023 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
5#pragma once
6
7#include "BKE_geometry_set.hh"
8
9namespace blender::geometry {
10
21 bool keep_original_ids = false;
27
28 std::reference_wrapper<const bke::AttributeFilter> attribute_filter =
30};
31
40
45
49 static constexpr int MAX_DEPTH = -1;
50};
51
64
71 const VariedDepthOptions &varied_depth_option);
72
73} // namespace blender::geometry
CCL_NAMESPACE_BEGIN struct Options options
bke::GeometrySet realize_instances(bke::GeometrySet geometry_set, const RealizeInstancesOptions &options)
static const AttributeFilter & default_filter()
std::reference_wrapper< const bke::AttributeFilter > attribute_filter