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_scene_obj/import_obj.py')
-rw-r--r--io_scene_obj/import_obj.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/io_scene_obj/import_obj.py b/io_scene_obj/import_obj.py
index 458a73a6..2ad8c0c2 100644
--- a/io_scene_obj/import_obj.py
+++ b/io_scene_obj/import_obj.py
@@ -116,7 +116,7 @@ def create_materials(filepath, relpath,
mtex.texture = texture
mtex.texture_coords = 'UV'
- mtex.use_map_specular = True
+ mtex.use_map_color_spec = True
elif type == 'Bump':
mtex = blender_material.texture_slots.add()