Fixed bug

This commit is contained in:
Perfare 2019-07-29 00:25:26 +08:00
parent f377381e26
commit dc05e5b5eb
1 changed files with 5 additions and 0 deletions

View File

@ -854,6 +854,11 @@ namespace AssetStudio
if (binding.typeID == ClassIDType.SkinnedMeshRenderer) //BlendShape
{
var channelName = GetChannelNameFromHash(binding.attribute);
if (string.IsNullOrEmpty(channelName))
{
curveIndex++;
return;
}
int dotPos = channelName.IndexOf('.');
if (dotPos >= 0)
{