Fix T44106: Obj importer broken.v2.74-rc2
commitacc0eca5ea2deeda43adba1dde62d062ff948e3f
authorBastien Montagne <montagne29@wanadoo.fr>
Mon, 16 Mar 2015 21:46:51 +0000 (16 22:46 +0100)
committerSergey Sharybin <sergey.vfx@gmail.com>
Tue, 17 Mar 2015 10:51:21 +0000 (17 15:51 +0500)
tree168236d27d441c77108e66aa6fd731e86193041d
parentc09c5607de9f14222c1ad0290a03a55be9c7790c
Fix T44106: Obj importer broken.

In fact, it's the OBJ file which is utterly broken (thousands of faces reusing the same vertex...).
I think 'breakage' comes actually from change in bmesh (raising error when trying to get
an edge with same vert in both items of the key), afaiks this is not different from
old code in current importer.

Anyway, working around this is easy and cheap, so...

To be backported in final 2.74.
io_scene_obj/import_obj.py