mirror of
https://github.com/aelurum/AssetStudio.git
synced 2025-05-26 13:50:21 -04:00
Fixed bug
This commit is contained in:
parent
f377381e26
commit
dc05e5b5eb
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user