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:
authorThomas Dinges <blender@dingto.org>2009-11-20 23:40:29 +0300
committerThomas Dinges <blender@dingto.org>2009-11-20 23:40:29 +0300
commitb751bc5ef2ce7539219d1bf91a56ee7532fed3a7 (patch)
treee164b41511b071bffdde4148b502b0021ffd990e /release/scripts/ui/properties_data_mesh.py
parent86f02c13536febaf6823f9cee84cd26c899832d5 (diff)
* More small modifier improvements by nudelZ.
* Code cleanup.
Diffstat (limited to 'release/scripts/ui/properties_data_mesh.py')
-rw-r--r--release/scripts/ui/properties_data_mesh.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/release/scripts/ui/properties_data_mesh.py b/release/scripts/ui/properties_data_mesh.py
index 61aa13114d0..acbeb3552de 100644
--- a/release/scripts/ui/properties_data_mesh.py
+++ b/release/scripts/ui/properties_data_mesh.py
@@ -91,10 +91,7 @@ class DATA_PT_settings(DataButtonsPanel):
mesh = context.mesh
- split = layout.split()
-
- col = split.column()
- col.itemR(mesh, "texture_mesh")
+ layout.itemR(mesh, "texture_mesh")
class DATA_PT_vertex_groups(DataButtonsPanel):