Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Goudey <h.goudey@me.com>2022-05-09 18:33:30 +0300
committerHans Goudey <h.goudey@me.com>2022-05-09 18:33:41 +0300
commite0e95f789576fec43550ef8aae8ae94151f7967f (patch)
tree3b01c42c23582c29fe10d31b7f7db6ca9d18145e /source/blender/blenkernel/BKE_curves.hh
parent9f8f35008ca907ea9a9511aff811452fb25fc560 (diff)
Refactor: Move resample curves code to the geometry module
This commit moves the code for the resample curves node to the geometry module, to allow reusing it in any editor. Split from D14870.
Diffstat (limited to 'source/blender/blenkernel/BKE_curves.hh')
-rw-r--r--source/blender/blenkernel/BKE_curves.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenkernel/BKE_curves.hh b/source/blender/blenkernel/BKE_curves.hh
index bf2d50f63be..8ef7d2811b1 100644
--- a/source/blender/blenkernel/BKE_curves.hh
+++ b/source/blender/blenkernel/BKE_curves.hh
@@ -671,6 +671,7 @@ void interpolate_to_evaluated(const BasisCache &basis_cache,
} // namespace curves
Curves *curves_new_nomain(int points_num, int curves_num);
+Curves *curves_new_nomain(CurvesGeometry curves);
/**
* Create a new curves data-block containing a single curve with the given length and type.