$sectionframes: Difference between revisions
Jump to navigation
Jump to search
m (fixed cat) |
Thunder4ik (talk | contribs) m (clean up, added deadend tag) |
||
Line 1: | Line 1: | ||
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. | {{Dead end|date=January 2024}} | ||
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. | This defaults to ''$sectionframes 30 120'' if unspecified in the QC file. | ||
Line 7: | Line 9: | ||
$sectionframes <frame count> <min frame count> | $sectionframes <frame count> <min frame count> | ||
[[Category:QC Commands|sectionframes]] | __NOTOC__ | ||
[[Category:QC Commands|sectionframes]] |
Revision as of 08:40, 21 January 2024

This article has no
links to other VDC articles. Please help improve this article by adding links
that are relevant to the context within the existing text.
January 2024


January 2024
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>