Notooltexture: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Confirmed working in SDK 2013, added tip)
No edit summary
 
(8 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{Dead end|date=January 2024}}
{{stub}} {{DISPLAYTITLE:%notooltexture}}
Hides the material from Hammer's texture browser.
Hides the material from Hammer's texture browser.


 
{{warning|Non-functional in {{hammer++|4.1}}.}}
{{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:Shader parameters]]

Latest revision as of 14:06, 24 March 2025

Dead End - Icon.png
This article has no Wikipedia icon links to other VDC articles. Please help improve this article by adding links Wikipedia icon that are relevant to the context within the existing text.
January 2024

Stub

This article or section is a stub. You can help by expanding it.

Hides the material from Hammer's texture browser.

Warning.pngWarning:Non-functional in Hammer++ Hammer++.

VMT example

LightmappedGeneric
{
   %notooltexture 1
}