Revert bump mapping patch for now, backwards compatibility is not good enough,

we may need to preserve the previous method.
This commit is contained in:
Brecht Van Lommel
2011-01-07 16:55:56 +00:00
parent f01cac08e7
commit b9fe5399e8
4 changed files with 174 additions and 127 deletions

View File

@@ -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