Fix T43934: import obj file fails ( error )

Stupid mistake in own recent work on OBJ...
This commit is contained in:
Bastien Montagne 2015-03-09 08:56:35 +01:00
parent 5fa6984635
commit ff55477ebf
Notes: blender-bot 2023-02-14 19:58:41 +01:00
Referenced by issue #43934, import obj file fails ( error )
1 changed files with 1 additions and 1 deletions

View File

@ -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 = face
face_vert_loc_indices, _1, _2, _3, _4, _5, _6 = face
faces.append(face)
# Else, use face_vert_loc_indices and face_vert_tex_indices previously defined and used the obj_face