* More small modifier improvements by nudelZ.

* Code cleanup.
This commit is contained in:
Thomas Dinges
2009-11-20 20:40:29 +00:00
parent 86f02c1353
commit b751bc5ef2
8 changed files with 67 additions and 72 deletions

View File

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