16aa7dfa196df376f5c23f8892b172128b38bb52
The layout changed when the radius property was added to shape keys in 2.8, but the RNA code wasn't updated. Also, even before that, the code didn't do anything to correctly handle mixing sub-curves of different type (nurbs vs bezier) in the same Curve object. Now that case is handled correctly but not very efficiently by allocating a mapping table when necessary. To recover some performance, a custom index lookup function is added.
Description
No description provided
Languages
C++
78%
Python
14.9%
C
2.9%
GLSL
1.9%
CMake
1.2%
Other
0.9%