Blender V4.5
GEO_join_geometries.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
12 const bke::AttributeFilter &attribute_filter,
13 const std::optional<Span<bke::GeometryComponent::Type>>
14 &component_types_to_join = std::nullopt);
15
17 bke::GeometryComponent &r_result,
18 const Span<StringRef> ignored_attributes = {});
19} // namespace blender::geometry
void join_attributes(const Span< const bke::GeometryComponent * > src_components, bke::GeometryComponent &r_result, const Span< StringRef > ignored_attributes={})
bke::GeometrySet join_geometries(Span< bke::GeometrySet > geometries, const bke::AttributeFilter &attribute_filter, const std::optional< Span< bke::GeometryComponent::Type > > &component_types_to_join=std::nullopt)