$upaxis

From Valve Developer Community
Revision as of 10:26, 3 March 2022 by Debiddo (talk | contribs) (is possible use negative values and it works as expected. Tested with $upaxis -Y under a hl2 skeleton to compile a world model weapon that is skinned and have jigglebones. StudioMDL Versions: hl2, gmod, l4d2, sfm)
Jump to navigation Jump to search

The $upaxis QC command tells StudioMDL which axis in the SMD file should be considered 'up'. The default value is z.

Note.pngNote:The command must be called before any animations - preferably on the first line of the QC.
Note.pngNote:Although not very interesting. If necessary, it is possible to use negative values, to indicate that the model should be rotated.

Exporters

Need $upaxis
Maya
Do not need $upaxis
XSI
3DS Max
MilkShape
Blender

Usage

$upaxis [X|-X|Y|-Y|Z|-Z]