mirror of
https://github.com/aelurum/AssetStudio.git
synced 2025-05-27 22:00:23 -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
|
if (binding.typeID == ClassIDType.SkinnedMeshRenderer) //BlendShape
|
||||||
{
|
{
|
||||||
var channelName = GetChannelNameFromHash(binding.attribute);
|
var channelName = GetChannelNameFromHash(binding.attribute);
|
||||||
|
if (string.IsNullOrEmpty(channelName))
|
||||||
|
{
|
||||||
|
curveIndex++;
|
||||||
|
return;
|
||||||
|
}
|
||||||
int dotPos = channelName.IndexOf('.');
|
int dotPos = channelName.IndexOf('.');
|
||||||
if (dotPos >= 0)
|
if (dotPos >= 0)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user