提交 df2258b6 编写于 作者: M Mr.doob

Merge pull request #7666 from daniel-nth/blender-export-all-actions

Blender exporter: work around #7631, export all actions
......@@ -46,10 +46,9 @@ def _parse_action(func, armature, options):
animations = []
logger.info("Parsing %d actions", len(data.actions))
for action in data.actions:
if action == armature.animation_data.action:
logger.info("Parsing action %s", action.name)
animation = func(action, armature, options)
animations.append(animation)
logger.info("Parsing action %s", action.name)
animation = func(action, armature, options)
animations.append(animation)
return animations
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册