Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'io_import_images_as_planes.py')
-rw-r--r--io_import_images_as_planes.py4
1 files changed, 0 insertions, 4 deletions
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)