Blender V4.3
BKE_curve_legacy_convert.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
11#include "BKE_curves.hh"
12
13struct Curve;
14struct Curves;
15
16namespace blender::bke {
17
21Curves *curve_legacy_to_curves(const Curve &curve_legacy);
26Curves *curve_legacy_to_curves(const Curve &curve_legacy, const ListBase &nurbs_list);
27
28} // namespace blender::bke
Low-level operations for curves.
Curves * curve_legacy_to_curves(const Curve &curve_legacy)