blender/release/scripts/io
Campbell Barton 30d180ff0d bugfix [#23194] export UVs miss the extension file
also made all other exporters do this.

Made some internal changes.
- moved path functions from bpy.utils to bpy.path (similar to os.path)
- added functions...
  bpy.path.ensure_ext(path, ".ext", case_sensitive=False) # simple function to ensure the extension is set.
  bpy.path.resolve_ncase(path) # useful for importing scenes made on windows where the path case doesnt match the files.
2010-08-06 01:40:54 +00:00
..
netrender bugfix [#23194] export UVs miss the extension file 2010-08-06 01:40:54 +00:00
export_3ds.py bugfix [#23194] export UVs miss the extension file 2010-08-06 01:40:54 +00:00
export_fbx.py bugfix [#23194] export UVs miss the extension file 2010-08-06 01:40:54 +00:00
export_mdd.py bugfix [#23194] export UVs miss the extension file 2010-08-06 01:40:54 +00:00
export_obj.py bugfix [#23194] export UVs miss the extension file 2010-08-06 01:40:54 +00:00
export_ply.py bugfix [#23194] export UVs miss the extension file 2010-08-06 01:40:54 +00:00
export_x3d.py bugfix [#23194] export UVs miss the extension file 2010-08-06 01:40:54 +00:00
import_anim_bvh.py RNA Types metaclass registration 2010-08-02 02:55:12 +00:00
import_scene_3ds.py RNA Types metaclass registration 2010-08-02 02:55:12 +00:00
import_scene_obj.py RNA Types metaclass registration 2010-08-02 02:55:12 +00:00
import_shape_mdd.py bugfix [#23182] Using self.report() inside poll() gives crash 2010-08-05 16:05:30 +00:00