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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2011-01-07 19:55:56 +0300
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2011-01-07 19:55:56 +0300
commitb9fe5399e83c71ffce44f766b4c8bce92e40bc46 (patch)
tree21ce3dfe1008a440dc13bec4921796304e52f363 /release
parentf01cac08e782aa1037dfd2b11eb6df7c3ab8418c (diff)
Revert bump mapping patch for now, backwards compatibility is not good enough,
we may need to preserve the previous method.
Diffstat (limited to 'release')
-rw-r--r--release/scripts/ui/properties_texture.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/ui/properties_texture.py b/release/scripts/ui/properties_texture.py
index 9a44a8e6ee8..701fa1eb336 100644
--- a/release/scripts/ui/properties_texture.py
+++ b/release/scripts/ui/properties_texture.py
@@ -995,7 +995,7 @@ class TEXTURE_PT_influence(TextureSlotPanel, bpy.types.Panel):
col.prop(tex, "color", text="")
if isinstance(idblock, bpy.types.Material):
- sub = col.row()
+ sub = layout.row()
sub.prop(tex, "bump_method", text="Bump Method")
sub.active = tex.use_map_normal