OBJ Importer Fails (Prints Error) #43899

Closed
opened 2015-03-05 18:26:18 +01:00 by Everton Schneider · 8 comments

System Information
Ubuntu 14.10 - Intel® Core™ i7-3930K CPU @ 3.20GHz × 12 - GeForce GT 740/PCIe/SSE2

Blender Version
Broken: hash: 23af898
Worked: Official Release 2.73a

Short description of error
OBJ importer not working. The "NGons" check box option is missing and can't import .obj models.
Here is an example file, just try to import it and you'll see the error message:

https://www.dropbox.com/s/64te5ikmh91g9df/Esteira_Otimizada.obj?dl=0

**System Information** Ubuntu 14.10 - Intel® Core™ i7-3930K CPU @ 3.20GHz × 12 - GeForce GT 740/PCIe/SSE2 **Blender Version** Broken: hash: 23af898 Worked: Official Release 2.73a **Short description of error** OBJ importer not working. The "NGons" check box option is missing and can't import .obj models. Here is an example file, just try to import it and you'll see the error message: https://www.dropbox.com/s/64te5ikmh91g9df/Esteira_Otimizada.obj?dl=0

Changed status to: 'Open'

Changed status to: 'Open'

Added subscriber: @EvertonSchneider

Added subscriber: @EvertonSchneider
Member

Added subscriber: @JulianEisel

Added subscriber: @JulianEisel
Member

Can confirm the error message, not sure about the NGons issue though, might be that this .obj was created without NGons support (just guessing, I don't know anything about import/export stuff :P).

Error log:

importing obj '/home/julian/Downloads/Esteira_Otimizada.obj'
        parsing obj file...
0.7822 sec
        loading materials and images...
0.0002 sec
        building geometry...
        verts:31728 faces:34788 materials: 7 smoothgroups:0 ...
Traceback (most recent call last):
  File "/home/julian/blender/software/blender-git/build/bin/2.73/scripts/addons/io_scene_obj/__init__.py", line 144, in execute
    return import_obj.load(self, context, **keywords)
  File "/home/julian/blender/software/blender-git/build/bin/2.73/scripts/addons/io_scene_obj/import_obj.py", line 1098, in load
    dataname,
  File "/home/julian/blender/software/blender-git/build/bin/2.73/scripts/addons/io_scene_obj/import_obj.py", line 619, in create_mesh
    me.validate(cleanup_cddata=False)  # *Very* important to not remove lnors here!
TypeError: Mesh.validate(): was called with invalid keyword arguments(s) (cleanup_cddata), expected (verbose, clean_customdata)

Can confirm the error message, not sure about the NGons issue though, might be that this .obj was created without NGons support (just guessing, I don't know anything about import/export stuff :P). Error log: ``` importing obj '/home/julian/Downloads/Esteira_Otimizada.obj' parsing obj file... 0.7822 sec loading materials and images... 0.0002 sec building geometry... verts:31728 faces:34788 materials: 7 smoothgroups:0 ... Traceback (most recent call last): File "/home/julian/blender/software/blender-git/build/bin/2.73/scripts/addons/io_scene_obj/__init__.py", line 144, in execute return import_obj.load(self, context, **keywords) File "/home/julian/blender/software/blender-git/build/bin/2.73/scripts/addons/io_scene_obj/import_obj.py", line 1098, in load dataname, File "/home/julian/blender/software/blender-git/build/bin/2.73/scripts/addons/io_scene_obj/import_obj.py", line 619, in create_mesh me.validate(cleanup_cddata=False) # *Very* important to not remove lnors here! TypeError: Mesh.validate(): was called with invalid keyword arguments(s) (cleanup_cddata), expected (verbose, clean_customdata) ```
Julian Eisel changed title from OBJ Importer to OBJ Importer Fails (Prints Error) 2015-03-05 18:52:29 +01:00
Campbell Barton was assigned by Julian Eisel 2015-03-05 18:52:29 +01:00
Campbell Barton was unassigned by Bastien Montagne 2015-03-05 20:47:13 +01:00
Bastien Montagne self-assigned this 2015-03-05 20:47:13 +01:00

Added subscriber: @ideasman42

Added subscriber: @ideasman42

This issue was referenced by ffb9eb7eda

This issue was referenced by ffb9eb7eda6961af0e76fcaf81199183da55812c

Changed status from 'Open' to: 'Resolved'

Changed status from 'Open' to: 'Resolved'

Closed by commit ffb9eb7eda.

Closed by commit ffb9eb7eda.
Sign in to join this conversation.
No Milestone
No project
No Assignees
4 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#43899
No description provided.