Blender V4.3
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
8#include "BKE_geometry_set.hh"
9
10namespace blender::geometry {
11
13 const bke::AttributeFilter &attribute_filter,
14 const std::optional<Span<bke::GeometryComponent::Type>>
15 &component_types_to_join = std::nullopt);
16
18 bke::GeometryComponent &r_result,
19 const Span<StringRef> ignored_attributes = {});
20} // 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)