Notooltexture: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
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 actually work?}}


{{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]]}}


Example:
==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?
Note.pngNote:Works in Source SDK 2013

VMT example

LightmappedGeneric
{
...
%notooltexture 1
}
Tip.pngTip:%notooltexture is boolean