**System Information**
Ubuntu 14.10 - GeForce GT 740/PCIe/SSE2
**Blender Version**
Broken: 2.73 Hash: d2b6c6f
**Short description of error**
Apparently the ngons option in import settings are missing, but could be something bigger behind... I don't know.
A simple OBJ file is imported well but a more complex obj file can't be imported.
This is the terminal output:
importing obj '/home/ever/Desktop/Pascoa_HAVAN/Originais/Prensa_008.obj'
parsing obj file...
14.5748 sec
loading materials and images...
0.0002 sec
building geometry...
verts:706606 faces:1057588 materials: 24 smoothgroups:0 ...
Traceback (most recent call last):
File "/home/ever/blender-build/install/linux/2.73/scripts/addons/io_scene_obj/__init__.py", line 144, in execute
return import_obj.load(self, context, **keywords)
File "/home/ever/blender-build/install/linux/2.73/scripts/addons/io_scene_obj/import_obj.py", line 1098, in load
dataname,
File "/home/ever/blender-build/install/linux/2.73/scripts/addons/io_scene_obj/import_obj.py", line 611, in create_mesh
blen_uvs.data[lidx].uv = verts_tex[face_uvidx]
ValueError: bpy_struct: item.attr = val: sequences of dimension 0 should contain 2 items, not 3
location: <unknown location>:-1
location: <unknown location>:-1