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-08-01 16:52:09 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-08-01 16:52:09 +0400
commitaf88ccbfee8149971096a8af7e9af191548de819 (patch)
treef37b0525dc1a93d22baea676e917833480f6169c /io_scene_obj
parentb40f3249428fe2dd3b829d6249cef7b730a91a83 (diff)
rename operator properties and make __init__ file pep8-80 compliant.
Diffstat (limited to 'io_scene_obj')
-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 d9b88741..06304dea 100644
--- a/io_scene_obj/import_obj.py
+++ b/io_scene_obj/import_obj.py
@@ -427,7 +427,7 @@ def split_mesh(verts_loc, faces, unique_materials, filepath, SPLIT_OB_OR_GROUP):
return [(value[0], value[1], value[2], key_to_name(key)) for key, value in list(face_split_dict.items())]
-def create_mesh(new_objects,
+def create_mesh(new_objects,
has_ngons,
use_ngons,
use_edges,