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:
authorDalai Felinto <dfelinto@gmail.com>2018-04-17 19:18:26 +0300
committerDalai Felinto <dfelinto@gmail.com>2018-04-17 19:18:32 +0300
commite6a5a2a679b3502505810ddb72423ab9f3098fee (patch)
tree91e016199fd694945a4918fc645575f01e15bf70 /io_import_images_as_planes.py
parentb4a92f139628b421c711d64e7f2f31b6687c3017 (diff)
A few addons related cleanup after BGE removal
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)