From 9dde3e42a7c5bc5f7896fd30e2b3a5859d6857bf Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 21 Dec 2018 11:40:47 +1100 Subject: 3D View: add object color drawing option Has some advantages over existing options. - Using material links color to rendering with no way to vary colors if objects share a material. - Random gives no control, objects may randomly have the same color, duplicating an object often changes it's color. --- release/scripts/startup/bl_ui/space_view3d.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'release') diff --git a/release/scripts/startup/bl_ui/space_view3d.py b/release/scripts/startup/bl_ui/space_view3d.py index 85c43e78e0a..c1b4849ddad 100644 --- a/release/scripts/startup/bl_ui/space_view3d.py +++ b/release/scripts/startup/bl_ui/space_view3d.py @@ -4378,7 +4378,7 @@ class VIEW3D_PT_shading(Panel): bl_space_type = 'VIEW_3D' bl_region_type = 'HEADER' bl_label = "Shading" - bl_ui_units_x = 11 + bl_ui_units_x = 12 @classmethod def get_shading(cls, context): -- cgit v1.2.3