6899474615dfb35b455fc05d91dadd066f60ae97
There were two issues: * The `new_point_counts_per_curve` was one too large, resulting in `interpolate_from_neighbors` reading invalid memory. * Writing the counts into the existing offsets array didn't quite work because there can be a collision at the offset right between the last old curve and the first new point. There was a race condition where this value could be read and written at the same time.
…
Blender
Blender is the free and open source 3D creation suite. It supports the entirety of the 3D pipeline-modeling, rigging, animation, simulation, rendering, compositing, motion tracking and video editing.
Project Pages
Development
License
Blender as a whole is licensed under the GNU General Public License, Version 3. Individual files may have a different, but compatible license.
See blender.org/about/license for details.
Description
Languages
C++
78%
Python
14.9%
C
2.9%
GLSL
1.9%
CMake
1.2%
Other
0.9%
