object color property in the object UI panel
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user