blender/source/blender/python
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
..
doc bugfix [#23194] export UVs miss the extension file 2010-08-06 01:40:54 +00:00
generic bugfix [#23148] "ImportError: __import__ not found" on changing Render FPS 2010-08-05 03:25:45 +00:00
intern bugfix [#23182] Using self.report() inside poll() gives crash 2010-08-05 16:05:30 +00:00
BPY_extern.h - Python console argument '--python-console', option so you can start blender and drop into a python console, (useful for debugging some problems on a renderfarm over ssh) 2010-05-30 14:05:58 +00:00
CMakeLists.txt correct fsf address 2010-02-12 13:34:04 +00:00
Makefile SVN maintenance. 2009-06-23 00:09:26 +00:00
rna_dump.py correct fsf address 2010-02-12 13:34:04 +00:00
SConscript Add BF_BUILDINFO support to Python API too. 2010-08-04 17:23:13 +00:00
simple_enum_gen.py correct fsf address 2010-02-12 13:34:04 +00:00