Notooltexture: Difference between revisions
Jump to navigation
Jump to search
Note:Works in Source SDK 2013
GrenadeMan (talk | contribs) No edit summary |
(Confirmed working in SDK 2013, added tip) |
||
Line 1: | Line 1: | ||
Hides the material from Hammer's texture browser. | Hides the material from Hammer's texture browser. | ||
{{todo|Does it hide the material from other tools?}} | {{todo|Does it hide the material from other tools?}} | ||
{{todo|Does it work in all engine branches?}} | {{todo|Does it work in all engine branches?}} | ||
{{note|Works in [[Source SDK 2013]]}} | |||
==VMT example== | |||
LightmappedGeneric | LightmappedGeneric | ||
{ | { | ||
Line 15: | Line 14: | ||
} | } | ||
;{{tip|%notooltexture is [[boolean]]}} | |||
[[Category:Material System]] | [[Category:Material System]] | ||
[[Category:List of Shader Parameters]] | [[Category:List of Shader Parameters]] |
Revision as of 01:36, 18 May 2016
Hides the material from Hammer's texture browser.
Todo: Does it hide the material from other tools?
Todo: Does it work in all engine branches?

VMT example
LightmappedGeneric { ... %notooltexture 1 }
Tip:%notooltexture is boolean