fixed bugs

This commit is contained in:
Perfare
2019-04-18 12:31:16 +08:00
parent edb6256fc9
commit f76d3d8fcd
3 changed files with 21 additions and 10 deletions

View File

@ -757,6 +757,10 @@ namespace AssetStudio
for (int j = 0; j < pAnimationList->Count; j++)
{
ImportedAnimationKeyframedTrack^ keyframeList = pAnimationList[j];
if (keyframeList->Path == nullptr)
{
continue;
}
FbxNode* pNode = FindNodeByPath(keyframeList->Path);
if (pNode != nullptr)
{