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>2021-12-02 17:24:21 +0300
committerHans Goudey <h.goudey@me.com>2021-12-02 17:24:21 +0300
commita1f0f2eacb10d1429611979b1464408e48b800c8 (patch)
tree0a9f54eb23ca28b43971417a348eeaa10d52ae82 /source/blender/blenkernel/intern/spline_poly.cc
parent23ffcb242dfe622954f67dab8af6ed72d5ef2917 (diff)
Cleanup: Move public docs to BKE_spline.hh header
Diffstat (limited to 'source/blender/blenkernel/intern/spline_poly.cc')
-rw-r--r--source/blender/blenkernel/intern/spline_poly.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/blenkernel/intern/spline_poly.cc b/source/blender/blenkernel/intern/spline_poly.cc
index d495c977285..b5aca0357be 100644
--- a/source/blender/blenkernel/intern/spline_poly.cc
+++ b/source/blender/blenkernel/intern/spline_poly.cc
@@ -45,9 +45,6 @@ int PolySpline::size() const
return size;
}
-/**
- * \warning Call #reallocate on the spline's attributes after adding all points.
- */
void PolySpline::add_point(const float3 position, const float radius, const float tilt)
{
positions_.append(position);