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

$forcerealign: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
No edit summary
 
Line 1: Line 1:
Forces alignment of a specific bone.
{{This is a|name=forcerealign|QC command}} Forces alignment of a specific bone.
{{note|Technically, it just affects (fixup) fields in {{Ent|$definebone}}.}}
{{note|Technically, it just affects (fixup) fields in {{Ent|$definebone}}.}}


Line 8: Line 8:
   '' note : <skip> is not used by studiomdl.exe ''
   '' note : <skip> is not used by studiomdl.exe ''


[[Category:QC Commands|forcerealign]]__NOTOC__
__NOTOC__

Latest revision as of 21:41, 16 July 2025

forcerealign is a QC command available in all Source Source games. Forces alignment of a specific bone.

Note.pngNote:Technically, it just affects (fixup) fields in $definebone.

Syntax

 $forcerealign <bone name> <skip> <pitch> <yaw> <roll>
  note : <skip> is not used by studiomdl.exe