$sectionframes: Difference between revisions
Jump to navigation
Jump to search
($sectionframes) |
m (fixed cat) |
||
Line 7: | Line 7: | ||
$sectionframes <frame count> <min frame count> | $sectionframes <frame count> <min frame count> | ||
[[Category:QC|sectionframes]]__NOTOC__ | [[Category:QC Commands|sectionframes]]__NOTOC__ |
Revision as of 13:37, 28 April 2008
If this is specified, all the animations that are longer than (min frame count) long will be cut into (frame count) sections are stored in separate data blocks. This helps with cache access, especially when used with .ani files.
This defaults to $sectionframes 30 120 if unspecified in the QC file.
Syntax
$sectionframes <frame count> <min frame count>