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
No edit summary
No edit summary
 
(2 intermediate revisions by 2 users not shown)
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}}.}}


== Syntax ==
== Syntax ==


   $forcerealign <bone name> <pitch> <yaw> <roll>
   $forcerealign <bone name> <skip> <pitch> <yaw> <roll>


[[Category:QC Commands|forcerealign]]__NOTOC__
  '' note : <skip> is not used by studiomdl.exe ''
 
__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