blender/release/scripts/op/io_scene_obj
Campbell Barton 03d8fd4616 - use relative imports for packages
- reload() has been removed from pythons builtins. use imp.reload() instead (still need to apply globally).
- fixed own mistake, not ignoring 'filter_glob' as a keyword argument (broke fbx, obj, 3ds export)
2010-11-20 02:56:58 +00:00
..
__init__.py - use relative imports for packages 2010-11-20 02:56:58 +00:00
export_obj.py patch [#24496] Fix for exporting animations to OBJ format. 2010-11-02 04:12:00 +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