Blender Git Commit Log

Git Commits -> Revision c8dd6b6

Revision c8dd6b6 by Joshua Leung (master)
January 1, 2014, 11:28 (GMT)
Fix T38013: Incorrect RNA Path when trying to keyframe the nth vertex of Bezier curve shape key data

key->elemsize is set to 16 for ID_CU (i.e. Curves and NURBS surfaces). However,
this value is only correct for NURBS (which use BPoints). When trying to keyframe
the nth vertex of a particular shape key's data (where the shape keys are being
used on Bezier curves), the RNA Paths for that are generated with the wrong
data index. From empirical testing, it appears that this should be 12 instead.

Commit Details:

Full Hash: c8dd6b67b6de00d4839d76d0cbffe3d187995cdc
Parent Commit: de147a9
Lines Changed: +19, -1

1 Modified Path:

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