This article's documentation is for anything that uses the Source engine. Click here for more information.

$defaultweightlist: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Updated to use the "this is a" template)
Line 1: Line 1:
The '''<code>$defaultweightlist</code>''' [[QC command]] creates a [[$weightlist|weightlist]] that is automatically applied to any [[$sequence]] in the model that does not already have a weightlist.
{{this is a|QC command|name=$defaultweightlist}} It creates a [[$weightlist|weightlist]] that is automatically applied to any [[$sequence]] in the model that does not already have a weightlist.


Unlike [[$weightlist]], it does not count towards the weightlist limit (128 by default). However, if more than one is specified, only the last one will be used.
Unlike [[$weightlist]], it does not count towards the weightlist limit (128 by default). However, if more than one is specified, only the last one will be used.

Revision as of 13:33, 14 July 2024

$defaultweightlist is a QC command available in all Source Source games. It creates a weightlist that is automatically applied to any $sequence in the model that does not already have a weightlist.

Unlike $weightlist, it does not count towards the weightlist limit (128 by default). However, if more than one is specified, only the last one will be used.

Syntax

Identical to $weightlist, but it does not accept a name:

$defaultweightlist {
	<bone> <weight>
	<bone> <weight>
	[...]
}

See also