Blender V5.0
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
10
11#include "DNA_curves_types.h"
12
13struct Curve;
14struct ListBase;
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
32
33} // namespace blender::bke
struct Curves Curves
KnotsMode
struct ListBase ListBase
Curves * curve_legacy_to_curves(const Curve &curve_legacy)
KnotsMode knots_mode_from_legacy(short flag)
uint8_t flag
Definition wm_window.cc:145