$sectionframes
$sectionframes
is a QC command available in all Source games. It causes all the animations that are longer than <min frame count>
to be cut into <frame count>
sections, 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>