Page MenuHome

OBJ import/export cleanup
ClosedPublic

Authored by Danilo Bargen (dbrgn) on Feb 28 2015, 11:51 PM.

Details

Summary

I tried to improve the speed of the OBJ import. While I'm not there yet (just getting started with Blender development, also maybe the module is already well-optimized) I noticed a few things that needed cleanup.

I added mont29 as reviewer based on the recent git log. I hope that's correct.

Diff Detail

Event Timeline

Danilo Bargen (dbrgn) retitled this revision from to OBJ import/export cleanup.
Danilo Bargen (dbrgn) updated this object.
Danilo Bargen (dbrgn) set the repository for this revision to rBA Blender Add-ons.
Bastien Montagne (mont29) edited edge metadata.

Thanks, will commit that.

io_scene_obj/import_obj.py
183

Please do not remove that kind of commented debug prints, unless you have a real good reason for that…

This revision is now accepted and ready to land.Mar 1 2015, 10:25 AM
This revision was automatically updated to reflect the committed changes.