Blender Git Commit Log

Git Commits -> Revision 16aa7df

Revision 16aa7df by Alexander Gavrilov (master)
December 5, 2018, 15:36 (GMT)
Fix T58391: correctly handle Curve Shape Key layout in Python API.

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.

Commit Details:

Full Hash: 16aa7dfa196df376f5c23f8892b172128b38bb52
Parent Commit: 6dcb474
Lines Changed: +233, -55

1 Modified Path:

/source/blender/makesrna/intern/rna_key.c (+233, -55) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021