Notooltexture: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
No edit summary
 
(9 intermediate revisions by 7 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.


{{todo|Does it actually work?}}
{{warning|Non-functional in {{hammer++|4.1}}.}}
 
{{todo|Does it hide the material from other tools?}}
 
{{todo|Does it work in all engine branches?}}
 
Example:


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


[[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
}