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:
authorMatt Ebb <matt@mke3.net>2009-10-13 06:04:08 +0400
committerMatt Ebb <matt@mke3.net>2009-10-13 06:04:08 +0400
commit1aeb98a3c21f8362f2f5607ccc554a9eceb5b4af (patch)
tree09c923a7679fce31e4b51ca437723249fce47b8e /release
parent3a1216a2f299025c992561f55c0bb29034c79bdf (diff)
* ui fix for texture influences
Diffstat (limited to 'release')
-rw-r--r--release/scripts/ui/buttons_texture.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/ui/buttons_texture.py b/release/scripts/ui/buttons_texture.py
index 5efdaf77839..0313a986749 100644
--- a/release/scripts/ui/buttons_texture.py
+++ b/release/scripts/ui/buttons_texture.py
@@ -262,7 +262,7 @@ class TEXTURE_PT_influence(TextureSlotPanel):
#sub = col.column()
#sub.active = tex.map_translucency or tex.map_emit or tex.map_alpha or tex.map_raymir or tex.map_hardness or tex.map_ambient or tex.map_specularity or tex.map_reflection or tex.map_mirror
#sub.itemR(tex, "default_value", text="Amount", slider=True)
- elif ma.type == 'VOLUME':
+ elif idblock.type == 'VOLUME':
split = layout.split()
col = split.column()