mirror of
https://github.com/aelurum/AssetStudio.git
synced 2025-07-14 02:54:16 -04:00
Fixed #400
This commit is contained in:
@ -380,7 +380,7 @@ namespace AssetStudio
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (iMesh.BoneList?.Count == 0)
|
if (iMesh.BoneList == null || iMesh.BoneList.Count == 0)
|
||||||
{
|
{
|
||||||
if (mesh.m_BindPose.Length > 0 && mesh.m_BoneNameHashes?.Length > 0)
|
if (mesh.m_BindPose.Length > 0 && mesh.m_BoneNameHashes?.Length > 0)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user