Difference between revisions of "Animation Length Limit"

From Second Life Wiki
Jump to navigation Jump to search
Line 5: Line 5:
Animations can have no more than 30 seconds worth of unique frames.
Animations can have no more than 30 seconds worth of unique frames.


Linear animations can potentially be 50 seconds long if ease in and ease out are set to the maximum of 10 seconds.
Linear animations will therefore end in 30 seconds or less.


Looped animations will only end when stopped.
Looped animations will only end when stopped.
==Known Issues==
A bug causes the reference frame in the BVH file to be included when measuring the duration of the animation, even though it's never displayed (see [http://jira.secondlife.com/browse/VWR-27044 VWR-27044]).  That means the real length limit is less than 30 seconds.  How much less depends on the BVH file's frame rate, since you have to shorten a 30 second animation by 1 frame.


== See Also ==
== See Also ==
*[[Animation Reference Frame]]
*[[Animation Upload Loop Controls]]
*[[Animation Upload Loop Controls]]


[[Category:LSL_Animation]]
[[Category:LSL_Animation]]

Revision as of 08:33, 29 September 2011

Animations can have no more than 30 seconds worth of unique frames.

Linear animations will therefore end in 30 seconds or less.

Looped animations will only end when stopped.

Known Issues

A bug causes the reference frame in the BVH file to be included when measuring the duration of the animation, even though it's never displayed (see VWR-27044). That means the real length limit is less than 30 seconds. How much less depends on the BVH file's frame rate, since you have to shorten a 30 second animation by 1 frame.

See Also