$poseparameter: Difference between revisions
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
Tip:The important parameters can be specified in the $sequence itself, via the 
Bug:In sequences using the 
		
	
 (add languagebar)  | 
				No edit summary  | 
				||
| Line 22: | Line 22: | ||
* [[Blend sequence]]  | * [[Blend sequence]]  | ||
__NOTOC__  | |||
Latest revision as of 20:57, 18 July 2025
$poseparameter  is a   QC command  available in all 
 Source games. It allows configuration of a blend sequence, by specifying the range of values ahead of time.
blend option, making this parameter unnecessary.posecycle option, an invalid range is assumed when $poseparameter is not used to specify the pose parameter ahead of time. Therefore, when using posecycle, you need to use this parameter to tell StudioMDL how the pose parameter should affect the animation.  [todo tested in ?]Syntax
$poseparameter <$sequence name> <int min> <int max> [loop <int>] [wrap]
$poseparameter yaw -90 90 loop 360 $poseparameter vehicle_wheel_fl_spin -180 180 360
loop <int>- Defines a custom value to wrap at? Todo: Purpose of this.
Tip:If a third number is specified without loop being present, StudioMDL will add the loop argument implicitly. wrap- Values less than 
minwrap around tomax, and so on. 
See also