Blender  V3.3
BKE_curve_legacy_convert.hh
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 
3 #pragma once
4 
9 #include "BKE_curves.hh"
10 
11 struct Curve;
12 struct Curves;
13 
14 namespace blender::bke {
15 
16 Curves *curve_legacy_to_curves(const Curve &curve_legacy);
17 Curves *curve_legacy_to_curves(const Curve &curve_legacy, const ListBase &nurbs_list);
18 
19 } // namespace blender::bke
Low-level operations for curves.
Curves * curve_legacy_to_curves(const Curve &curve_legacy)