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.
This commit is contained in:
2018-12-21 11:40:47 +11:00
parent c8dfe763e5
commit 9dde3e42a7
6 changed files with 13 additions and 3 deletions

View File

@@ -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):