blender/release/scripts/op/io_scene_obj
Campbell Barton 54343b79e6 remove reload() from builtins since python3 no longer uses this.
use imp.reload now.

Should use import hooks but for now replace imp.reload with our own reload as the builtin reload was replaced before.
2010-12-22 21:39:48 +00:00
..
__init__.py remove reload() from builtins since python3 no longer uses this. 2010-12-22 21:39:48 +00:00
export_obj.py fix for triangulate OBJ export option. 2010-11-22 16:20:59 +00:00
import_obj.py move geometry python module into mathutils.geometry, since it provides utility functions using mathutils types. 2010-10-25 22:44:01 +00:00