Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2010-01-17 01:32:15 +0300
committerCampbell Barton <ideasman42@gmail.com>2010-01-17 01:32:15 +0300
commit23607fc91fcf203ce87d5f53fef79e3eea0049c2 (patch)
treefea1ae5703ab07553e5dc8f183dd4f9eab64dcf5 /release
parent0f55410e3d0f7997999ac8147677e572ef47e94e (diff)
this isnt needed since the node window can enable it. materials also dont have this option.
Diffstat (limited to 'release')
-rw-r--r--release/scripts/ui/properties_texture.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/release/scripts/ui/properties_texture.py b/release/scripts/ui/properties_texture.py
index 7aafc3a839f..ab72de1abcb 100644
--- a/release/scripts/ui/properties_texture.py
+++ b/release/scripts/ui/properties_texture.py
@@ -131,8 +131,6 @@ class TEXTURE_PT_context_texture(TextureButtonsPanel):
col.prop(space, "brush_texture", text="Brush", toggle=True)
if tex:
- layout.prop(tex, "use_nodes")
-
split = layout.split(percentage=0.2)
if tex.use_nodes: