Notooltexture: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Confirmed working in SDK 2013, added tip)
m (Added the information about engine branches.)
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?}}
{{note|Works in [[Source SDK 2013]]}}


==VMT example==
==VMT example==
  LightmappedGeneric
  LightmappedGeneric
  {
  {
...
    '''%notooltexture 1'''
'''%notooltexture 1'''
  }
  }


;{{tip|%notooltexture is [[boolean]]}}
[[Category:Material System]]
[[Category:Material System]]
[[Category:List of Shader Parameters]]
[[Category:List of Shader Parameters]]

Revision as of 14:51, 5 August 2017

Hides the material from Hammer's texture browser.

Todo: Does it hide the material from other tools?

VMT example

LightmappedGeneric
{
   %notooltexture 1
}