11

Something happened when editing a Blender scene that caused me to lose the whole texture properties window and most of the materials window as well. They all appear as normal when starting a new file, but for this file they seem to be permanently gone.

This is what the window looks like now:

enter image description here

David
  • 49,291
  • 38
  • 159
  • 317
andypaxo
  • 212
  • 1
  • 2
  • 7

3 Answers3

11

When using the Cycles render engine, the textures tab will only show if you have a texture added to your material.

If there's no texture properties, then you can enable it by assigning a texture of any kind to the color input of your shader.

  1. Click the dot for the Color Input of your shader
  2. Select a texture of any kind
  3. The texture properties will now be shown

Assigning A Texture To The Color Channel Cycle's Texture Panel

Jonathan Williamson
  • 6,426
  • 2
  • 32
  • 42
7

It seems you changed the rendering engine to Cycles accidentally. In the Info window (aka the main menu), click the drop-down list which reads “Cycles Render” and change it to “Blender Render” (or “Blender Game” if you are using the Blender game engine).

Screenshot

Yu Asakusa
  • 797
  • 4
  • 15
2

There is also a bug that causes the texture tab to disappear, regardless of whether or not you have a texture applied. You must restart blender to have it reappear.

JoeD
  • 21
  • 1
  • 1
    This is actually extremely important to note. Many will think it's their node setups or render engine choice. – lakerice Aug 11 '17 at 22:16