$renamematerial: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
m (→‎See also: added $texturegroup and $lod links)
Line 8: Line 8:


*[[$cdmaterials]]
*[[$cdmaterials]]
*[[$texturegroup]] "skinfamilies"
*[[$lod]] "replacematerial"


[[Category:QC Commands|renamematerial]]
[[Category:QC Commands|renamematerial]]

Revision as of 07:55, 29 April 2008

The QC command $renamematerial allows a model to used a different material to the one specified in its reference SMD.

Usage

$renamematerial	<current material>	<new material>

See also