Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bounds of out Range for timeline animations #342

Closed
DerSchmale opened this issue Jul 12, 2012 · 1 comment
Closed

Bounds of out Range for timeline animations #342

DerSchmale opened this issue Jul 12, 2012 · 1 comment
Assignees

Comments

@DerSchmale
Copy link
Member

In Intermediate_MD5Animation, the SkeletonClipNode often triggers the OOB error below. Similarly, this also happens in VertexClipNode line 60.

RangeError: Error #1125: The index 120 is out of range 120.
at away3d.animators.nodes::SkeletonClipNode/updateRootDelta()[C:\Users\DerSchmale\Workspace\flash\Away3D 4.0\away3d-core-fp11\src\away3d\animators\nodes\SkeletonClipNode.as:167]
at away3d.animators.nodes::AnimationNodeBase/get rootDelta()[C:\Users\DerSchmale\Workspace\flash\Away3D 4.0\away3d-core-fp11\src\away3d\animators\nodes\AnimationNodeBase.as:44]
at away3d.animators::SkeletonAnimator/applyRootDelta()[C:\Users\DerSchmale\Workspace\flash\Away3D 4.0\away3d-core-fp11\src\away3d\animators\SkeletonAnimator.as:458]
at away3d.animators::SkeletonAnimator/updateDeltaTime()[C:\Users\DerSchmale\Workspace\flash\Away3D 4.0\away3d-core-fp11\src\away3d\animators\SkeletonAnimator.as:205]
at away3d.animators::AnimatorBase/update()[C:\Users\DerSchmale\Workspace\flash\Away3D 4.0\away3d-core-fp11\src\away3d\animators\AnimatorBase.as:185]
at away3d.animators::AnimatorBase/onEnterFrame()[C:\Users\DerSchmale\Workspace\flash\Away3D 4.0\away3d-core-fp11\src\away3d\animators\AnimatorBase.as:225]

@ghost ghost assigned rob-bateman Jul 12, 2012
@rob-bateman
Copy link
Member

fixed for looping vertex and skeleton animation clips in commit b3337f1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants