mirror of
https://github.com/aelurum/AssetStudio.git
synced 2025-11-14 07:42:42 -05:00
Fixed bug
This commit is contained in:
@ -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)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user