Blender Git Loki
Git Commits -> Revision b490963
Revision b490963 by Bastien Montagne (master) May 14, 2019, 10:28 (GMT) |
Fix T63542: Imported FBX doesn't show keyframes in Shape Key editor. While shapekeys RNA path handling does support keyblocks (ShapeKeys) with an `id_data` wrongly set to the geometry instead of the shapkey, this is really not something to promote. ideally it should be removed at some point. At least, let's not generate such RNA pointer if we can avoid it. Here it was breaking proper showing of animated shapekeys in the UI, since this expects animated datablocks to have their own animation data (and 'rooting' keyblocks to their mesh instead of their shapekey ended up defining their animation in the mesh, not in the shapekey). |
Commit Details:
Full Hash: b4909632b05a5f84b23427f3aa170c76fec6e9d9
Parent Commit: b50cf33
Lines Changed: +1, -1
1 Modified Path:
/source/blender/makesrna/intern/rna_object_api.c (+1, -1) (Diff)