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:
authorCampbell Barton <ideasman42@gmail.com>2011-05-03 06:22:58 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-05-03 06:22:58 +0400
commita90a6e1405c12aa9bfb5d71d58e69d9d304b0713 (patch)
tree3a227d985762c69972588f28e444d67f2979f147 /io_scene_obj/export_obj.py
parent3a1b8c68d6e4421869f5dcf93afaa9188bd1523f (diff)
minor pep8 edits
Diffstat (limited to 'io_scene_obj/export_obj.py')
-rw-r--r--io_scene_obj/export_obj.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/io_scene_obj/export_obj.py b/io_scene_obj/export_obj.py
index 3b4737ae..8d33accc 100644
--- a/io_scene_obj/export_obj.py
+++ b/io_scene_obj/export_obj.py
@@ -308,7 +308,7 @@ def write_file(filepath, objects, scene,
# A Dict of Materials
# (material.name, image.name):matname_imagename # matname_imagename has gaps removed.
mtl_dict = {}
-
+
copy_set = set()
# Get all meshes