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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user