blender/release/scripts/modules/bpy
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
..
__init__.py bugfix [#23194] export UVs miss the extension file 2010-08-06 01:40:54 +00:00
ops.py bugfix [#21405] Error on loading of thumbnails from network renderer [27204] 2010-03-01 12:44:28 +00:00
path.py bugfix [#23194] export UVs miss the extension file 2010-08-06 01:40:54 +00:00
utils.py bugfix [#23194] export UVs miss the extension file 2010-08-06 01:40:54 +00:00