From e6a5a2a679b3502505810ddb72423ab9f3098fee Mon Sep 17 00:00:00 2001 From: Dalai Felinto Date: Tue, 17 Apr 2018 18:18:26 +0200 Subject: A few addons related cleanup after BGE removal --- io_import_images_as_planes.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'io_import_images_as_planes.py') diff --git a/io_import_images_as_planes.py b/io_import_images_as_planes.py index b5099da0..292d4158 100644 --- a/io_import_images_as_planes.py +++ b/io_import_images_as_planes.py @@ -929,10 +929,6 @@ class IMPORT_IMAGE_OT_to_plane(Operator, AddObjectHelper): tex = self.create_image_textures(context, img_spec) material = self.create_material_for_texture(tex) - # Game Engine Material Settings - material.game_settings.use_backface_culling = False - material.game_settings.alpha_blend = 'ALPHA' - # Create and position plane object plane = self.create_image_plane(context, material.name, img_spec) -- cgit v1.2.3