import obj file fails ( error ) #43934

Closed
opened 2015-03-08 23:20:41 +01:00 by interlichtspielhaus · 5 comments

System Information
linux 14.04 / gtx 580

Blender Version
Broken: 2.73.9( latest git source )
Worked: 2.73 a

Short description of error
Traceback (most recent call last):

File "/home/i/build_linux/bin/2.73/scripts/addons/io_scene_obj/__init__.py", line 144, in execute
  return import_obj.load(self, context, **keywords)
File "/home/i/build_linux/bin/2.73/scripts/addons/io_scene_obj/import_obj.py", line 960, in load
  face_vert_loc_indices, _1, _2, _3, _4, _5 = face

ValueError: too many values to unpack (expected 6)

location: :-1

Exact steps for others to reproduce the error
import the attached obj file ( works in 2.73 a )

attached obj file untitled.obj

**System Information** linux 14.04 / gtx 580 **Blender Version** Broken: 2.73.9( latest git source ) Worked: 2.73 a **Short description of error** Traceback (most recent call last): ``` File "/home/i/build_linux/bin/2.73/scripts/addons/io_scene_obj/__init__.py", line 144, in execute return import_obj.load(self, context, **keywords) File "/home/i/build_linux/bin/2.73/scripts/addons/io_scene_obj/import_obj.py", line 960, in load face_vert_loc_indices, _1, _2, _3, _4, _5 = face ``` ValueError: too many values to unpack (expected 6) location: <unknown location>:-1 **Exact steps for others to reproduce the error** import the attached obj file ( works in 2.73 a ) attached obj file [untitled.obj](https://archive.blender.org/developer/F148053/untitled.obj)

Changed status to: 'Open'

Changed status to: 'Open'

Added subscriber: @intrah

Added subscriber: @intrah
Bastien Montagne was assigned by Campbell Barton 2015-03-09 03:20:22 +01:00

This issue was referenced by ff55477ebf

This issue was referenced by ff55477ebf63ebbfaf7a5f258ecfd0d117fef5ba

Changed status from 'Open' to: 'Resolved'

Changed status from 'Open' to: 'Resolved'

Closed by commit ff55477ebf.

Closed by commit ff55477ebf.
Sign in to join this conversation.
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender-addons#43934
No description provided.