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>2015-03-09 11:19:32 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-03-09 11:19:32 +0300
commit9e1039dc5e217aef7c0974e803ebef0b3aa1bd06 (patch)
tree6005b618a5d9ed8eae04fba76aa4ac1d07c02f64 /io_scene_obj
parentff55477ebf63ebbfaf7a5f258ecfd0d117fef5ba (diff)
Edit recent commit, no need to assign dummy vars
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 6f8e955d..9be826fd 100644
--- a/io_scene_obj/import_obj.py
+++ b/io_scene_obj/import_obj.py
@@ -957,7 +957,7 @@ def load(operator, context, filepath,
line_split = line_split[1:]
# Instantiate a face
face = create_face(context_material, context_smooth_group, context_object)
- face_vert_loc_indices, _1, _2, _3, _4, _5, _6 = face
+ face_vert_loc_indices = face[0]
faces.append(face)
# Else, use face_vert_loc_indices and face_vert_tex_indices previously defined and used the obj_face