*More single column stuff.
*Fixed and changed minor layout issues in curve and game properties *Merged Curve and Text properties py file as they share a lot of options.
This commit is contained in:
@@ -106,7 +106,10 @@ class MATERIAL_PT_context_material(MaterialButtonsPanel):
|
||||
split.template_ID(space, "pin_id")
|
||||
split.itemS()
|
||||
else:
|
||||
layout.template_ID(ob, "active_material", new="material.new")
|
||||
if ob:
|
||||
layout.template_ID(ob, "active_material", new="material.new")
|
||||
elif mat:
|
||||
layout.template_ID(space, "pin_id")
|
||||
|
||||
if mat:
|
||||
if col2:
|
||||
|
||||
Reference in New Issue
Block a user