object color property in the object UI panel

This commit is contained in:
Campbell Barton
2010-06-26 17:46:14 +00:00
parent 1c362019cd
commit 5ce214a06f

View File

@@ -214,6 +214,7 @@ class OBJECT_PT_display(ObjectButtonsPanel):
col.prop(ob, "draw_name", text="Name")
col.prop(ob, "draw_axis", text="Axis")
col.prop(ob, "draw_wire", text="Wire")
col.prop(ob, "color", text="")
if wide_ui:
col = split.column()