Skip to content

Commit 39a465a

Browse files
MasusderLongerWarriorKrowe-mohmoisoni97
committed
Decode Honor of Kings & FF7 normals / Fantasy Life AWB support / DBD update / Aliens Fireteam Elite 2 support / PUBG update / Animation Curves export support / Partial UE3 support
Co-Authored-By: LongerWarrior <37636768+LongerWarrior@users.noreply.github.com> Co-Authored-By: Krowe Moh <27891447+Krowe-moh@users.noreply.github.com> Co-Authored-By: Moisoni Ioan <44326908+moisoni97@users.noreply.github.com>
1 parent 63a7cbc commit 39a465a

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CUE4Parse

Submodule CUE4Parse updated 100 files

FModel/Views/Snooper/Animations/Skeleton.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,8 @@ public void Animate(CAnimSet animation)
156156
for (int s = 0; s < animation.Sequences.Count; s++)
157157
{
158158
var sequence = animation.Sequences[s];
159+
if (sequence.Tracks is not { Count: > 0 })
160+
continue;
159161
foreach (var bone in BonesByLoweredName.Values.Where(bone => sequence.OriginalSequence.FindTrackForBoneIndex(bone.SkeletonIndex) >= 0))
160162
{
161163
bone.AnimatedBySequences.Add(s);

0 commit comments

Comments
 (0)