From 5ce214a06f78cf854963eb49ec3a6bdbc8d3abfc Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 26 Jun 2010 17:46:14 +0000 Subject: [PATCH] object color property in the object UI panel --- release/scripts/ui/properties_object.py | 1 + 1 file changed, 1 insertion(+) diff --git a/release/scripts/ui/properties_object.py b/release/scripts/ui/properties_object.py index a2637f7924b..5072abd4ab1 100644 --- a/release/scripts/ui/properties_object.py +++ b/release/scripts/ui/properties_object.py @@ -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()