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

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--release/scripts/import_obj.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/import_obj.py b/release/scripts/import_obj.py
index 9717a8f95c8..75e57ae864d 100644
--- a/release/scripts/import_obj.py
+++ b/release/scripts/import_obj.py
@@ -200,7 +200,7 @@ def create_materials(filepath, material_libs, unique_materials, unique_material_
elif line_lower.startswith('refl'): # Reflectionmap
img_filepath= line_value(line.split())
- load_material_image(context_material, context_material_name, img_filepath, 'refl', meshDict)
+ load_material_image(context_material, context_material_name, img_filepath, 'refl')
mtl.close()