Implemented single column UI for textures, curve, mesh and empty.

Reverted 24524 materials change because it it made greying out not work correctly.
This commit is contained in:
2009-11-12 15:41:44 +00:00
parent 17b6dfa499
commit fbb2c38485
5 changed files with 263 additions and 107 deletions

View File

@@ -137,7 +137,8 @@ class MATERIAL_PT_shading(MaterialButtonsPanel):
sub.active = not mat.shadeless
sub.itemR(mat, "emit")
sub.itemR(mat, "ambient")
col.itemR(mat, "translucency")
sub = col.column()
sub.itemR(mat, "translucency")
if col2:
col = split.column()