Skip to content
This repository was archived by the owner on Jan 21, 2023. It is now read-only.
This repository was archived by the owner on Jan 21, 2023. It is now read-only.

ExportAnimations question #544

@heimodao

Description

@heimodao
void Fbx::Exporter::ExportAnimations(bool eulerFilter, float filterPrecision)
{
	auto importedAnimationList = imported->AnimationList;
	if (importedAnimationList == nullptr)
	{
		return;
	}
     ...
   }
   1.为什么imported->AnimationList的tracklist元素的path是null?这种导出的animator是没有动画的。
   2.有些imported->AnimationList的tracklist元素的path都是非null,但是导出的animator会丢失部分动作动画。
    如何解决这两个问题,请大佬赐教,指导方向。

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions