Moderator elections are being held. See Valve Developer Community:Moderator elections for more details.
Users who would like to run for moderator must be autoconfirmed and have at least 100 edits. Users can check their own edit count at Special:Preferences.

$defaultweightlist

From Valve Developer Community
Jump to: navigation, search

The $defaultweightlist QC command 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