1.0.3 Bug:gltf模型骨胳动画播放报错

运行异常截图:

message: “Uncaught TypeError: curve.values[(idx - 1)].clone is not a function”
filename: “http://localhost:7456/scripting/engine/cocos/core/animation/skeletal-animation-data-hub.js

cocos creator 3D 版本:1.0.3

test2.gltf 模型是我从Blender2.8导出的,包含了骨胳动画

做了个简单用例来重现问题:
test3DProject_002.zip (801.0 KB)

麻烦大佬们看下

感谢测试例,可以复现,我查下原因

查到了,因为骨骼动画使用了 cubic spline 曲线,暂时还不支持,可以先导成普通曲线吗

感谢,换成普通曲线正常了:ok_hand: