T55014: Optionally: objects not cast shadows in workbench

This commit is contained in:
2018-05-09 15:13:12 +02:00
parent e8d9b7c954
commit d3b80c4734
8 changed files with 50 additions and 1 deletions

View File

@@ -253,6 +253,8 @@ class OBJECT_PT_display(ObjectButtonsPanel, Panel):
if is_geometry:
col.prop(obj, "show_texture_space", text="Texture Space")
col.prop(obj.display, "show_shadows")
col.prop(obj, "show_x_ray", text="X-Ray")
if obj_type == 'MESH' or is_empty_image:
col.prop(obj, "show_transparent", text="Transparency")