mirror of
https://github.com/aelurum/AssetStudio.git
synced 2025-05-25 05:40:21 -04:00
Update Live2DExtractor.cs
This commit is contained in:
parent
87347e8b60
commit
e2eae53ac0
@ -198,7 +198,7 @@ namespace CubismLive2DExtractor
|
|||||||
File.WriteAllText($"{destMotionPath}{animName}.motion3.json", JsonConvert.SerializeObject(motionJson, Formatting.Indented, new MyJsonConverter()));
|
File.WriteAllText($"{destMotionPath}{animName}.motion3.json", JsonConvert.SerializeObject(motionJson, Formatting.Indented, new MyJsonConverter()));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
if (motions.Count == 0)
|
||||||
{
|
{
|
||||||
Logger.Warning($"No motions found for \"{modelName}\" model.");
|
Logger.Warning($"No motions found for \"{modelName}\" model.");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user