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 19:00:47 +0300
committerHans Goudey <h.goudey@me.com>2022-05-09 19:00:47 +0300
commit892562b7bf9c3f5ff82947eae38116d8c0fdcaea (patch)
tree2923f79e84fa968e0e7e176605fc7a66d363d7d8 /source/blender
parentf9d7313bb7ddee9c8bbf5718a3302eb925d9144a (diff)
Cleanup: Remove incorrect statement after recent refactor
Diffstat (limited to 'source/blender')
-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();
}