$weightlist: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 1: Line 1:
 
$weightlist (name) (bone name) (weight) [[(bone name) (weight)] ...]
 
* This creates a named list of boneweights that can be used by animations that are intended to be blended on top of other animations.
* The weightlist is built assuming that the root bone has a weight of 0, and that all child bones inherit the weight of their closest specified parent bone. This means that you only have to specify weights when they change, not for each and every bone in the list.




[[Category:QC Commands]]
[[Category:QC Commands]]

Revision as of 19:59, 7 November 2007

$weightlist (name) (bone name) (weight) [[(bone name) (weight)] ...]
  • This creates a named list of boneweights that can be used by animations that are intended to be blended on top of other animations.
  • The weightlist is built assuming that the root bone has a weight of 0, and that all child bones inherit the weight of their closest specified parent bone. This means that you only have to specify weights when they change, not for each and every bone in the list.