Changeset View
Changeset View
Standalone View
Standalone View
release/scripts/startup/bl_ui/properties_object.py
| Context not available. | |||||
| col.prop(obj, "draw_type", text="") | col.prop(obj, "draw_type", text="") | ||||
| col = split.column() | col = split.column() | ||||
| if is_geometry or is_empty_image: | |||||
| # Only useful with object having faces/materials... | col.label(text="Object Color:") | ||||
| col.label(text="Object Color:") | col.prop(obj, "color", text="") | ||||
| col.prop(obj, "color", text="") | |||||
| class OBJECT_PT_duplication(ObjectButtonsPanel, Panel): | class OBJECT_PT_duplication(ObjectButtonsPanel, Panel): | ||||
| Context not available. | |||||