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:
Diffstat (limited to 'source/blender/geometry/intern/resample_curves.cc')
-rw-r--r--source/blender/geometry/intern/resample_curves.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/geometry/intern/resample_curves.cc b/source/blender/geometry/intern/resample_curves.cc
index 4f1fbfd29d1..5eba3ff3b3a 100644
--- a/source/blender/geometry/intern/resample_curves.cc
+++ b/source/blender/geometry/intern/resample_curves.cc
@@ -161,9 +161,6 @@ static void gather_point_attributes_to_interpolate(const CurveComponent &src_com
result.dst_no_interpolation,
result.dst_attributes);
- /* Copy the result curves with pointers to new attributes back to the original. */
- memcpy((void *)&dst_curves, &dst_component.get_for_write()->geometry, sizeof(CurvesGeometry));
-
dst_curves.update_customdata_pointers();
}