Image Empties: always show in orthographic view by default

This commit is contained in:
2018-11-21 13:52:12 +01:00
parent ed1ee89288
commit b93c81e002

View File

@@ -927,9 +927,7 @@ class LoadBackgroundImage(LoadImageAsEmpty, Operator):
obj.show_empty_image_backside = False
if context.space_data.type == "VIEW_3D":
if context.space_data.region_3d.is_perspective:
obj.show_empty_image_orthographic = False
else:
if not context.space_data.region_3d.is_perspective:
obj.show_empty_image_perspective = False