How to export .dae animation from Blender?

て烟熏妆下的殇ゞ 提交于 2019-12-11 10:37:43

问题


I was practicing animation in Blender so I downloaded a .dae file of a car and implemented some animation to it. I wanted to make the car open and close the door and I manage to do that (inserting keyframes to it).

The problem is that when I export it to .dae

File -> Export -> DAE 

and import it, to see if the animation was saved:

File -> Import -> DAE

but it doesn't do anything.

Is there any way I can export and see the animation as .dae file?*

P.S. I want it to export it as a .dae file because I want to use it on ARKit.


回答1:


At first you need to bake animation curves of your 3D model. Use Bake Action for it:

The Bake Action tool will apply interpolated frames into individual keyframes. This can be useful for adding deviation to a cyclic action like a walk cycle. This can also useful for keyframe animations created from drivers or constraints.

Secondly, use Collada Exporter/Importer for exporting and importing .dae files.

Watch Baking Final Animation YouTube tutorial for details.

Hope this helps.



来源:https://stackoverflow.com/questions/55582626/how-to-export-dae-animation-from-blender

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!