$definebone: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
$definebone (name) (parent) (X) (Y) (Z) (xr) (yr) (zr) (fixup XR) (fixup YR) (fixup ZR) | |||
* Defines a bone outside of any .SMD source. | |||
* Defines a bone outside of any . | * This is useful when building animation only MDLs that would otherwise optimize out all the bones since none of them are connected to any geometry or attachment points. You can get studiomdl to dump this out using the "-definebones" command line option. | ||
[[Category:QC Commands]] | [[Category:QC Commands]] |
Revision as of 20:40, 7 November 2007
$definebone (name) (parent) (X) (Y) (Z) (xr) (yr) (zr) (fixup XR) (fixup YR) (fixup ZR)
- Defines a bone outside of any .SMD source.
- This is useful when building animation only MDLs that would otherwise optimize out all the bones since none of them are connected to any geometry or attachment points. You can get studiomdl to dump this out using the "-definebones" command line option.