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>2010-08-06 21:04:31 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2010-08-06 21:04:31 +0400
commit89d30de7e319801b3af2d09e8e295646436fda52 (patch)
tree810319ed8f10649293ece2454f9b979773bb6dbe
parent5784b958237a435bd5fd0965eb9b940e654ada87 (diff)
Fix missing texture face panel.
-rw-r--r--release/scripts/ui/properties_data_mesh.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/ui/properties_data_mesh.py b/release/scripts/ui/properties_data_mesh.py
index a2f9a313f2c..dd75850f1d3 100644
--- a/release/scripts/ui/properties_data_mesh.py
+++ b/release/scripts/ui/properties_data_mesh.py
@@ -302,7 +302,7 @@ class DATA_PT_uv_texture(DataButtonsPanel, bpy.types.Panel):
layout.prop(lay, "name")
-class DATA_PT_texface(DataButtonsPanel):
+class DATA_PT_texface(DataButtonsPanel, bpy.types.Panel):
bl_label = "Texture Face"
COMPAT_ENGINES = {'BLENDER_RENDER', 'BLENDER_GAME'}