1
0
mirror of synced 2025-01-31 04:13:51 +01:00

Disable bone anim data view until i fix some bugs

This commit is contained in:
KillzXGaming 2019-05-27 18:05:14 -04:00
parent d743d39efc
commit 33d662d61a
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -44,11 +44,11 @@ namespace FirstPlugin.Forms
frameCountLbl.Text = $" / {fska.FrameCount}";
currentFrameUD.Maximum = fska.FrameCount;
return;
fska.SetFrame(0);
for (int frame = 0; frame < fska.FrameCount; frame++)
{
fska.NextFrame(null, false, true);
bool IsKeyed = boneAnim.HasKeyedFrames(frame);
if (IsKeyed)
{