blender/release/scripts/op
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
..
add_armature_human.py RNA Types metaclass registration 2010-08-02 02:55:12 +00:00
add_mesh_torus.py RNA Types metaclass registration 2010-08-02 02:55:12 +00:00
console_python.py py/rna update, reload works again. 2010-08-03 03:53:36 +00:00
console_shell.py pep8 cleanup + correction for external player operator return value. 2010-02-22 23:32:58 +00:00
fcurve_euler_filter.py bugfix [#23182] Using self.report() inside poll() gives crash 2010-08-05 16:05:30 +00:00
image.py bugfix [#23194] export UVs miss the extension file 2010-08-06 01:40:54 +00:00
mesh.py bugfix [#23182] Using self.report() inside poll() gives crash 2010-08-05 16:05:30 +00:00
nla.py RNA Types metaclass registration 2010-08-02 02:55:12 +00:00
object_align.py bugfix [#23182] Using self.report() inside poll() gives crash 2010-08-05 16:05:30 +00:00
object_randomize_transform.py RNA Types metaclass registration 2010-08-02 02:55:12 +00:00
object.py bugfix [#23182] Using self.report() inside poll() gives crash 2010-08-05 16:05:30 +00:00
presets.py RNA Types metaclass registration 2010-08-02 02:55:12 +00:00
screen_play_rendered_anim.py bugfix [#23194] export UVs miss the extension file 2010-08-06 01:40:54 +00:00
sequencer.py bugfix [#23182] Using self.report() inside poll() gives crash 2010-08-05 16:05:30 +00:00
uv.py bugfix [#23194] export UVs miss the extension file 2010-08-06 01:40:54 +00:00
uvcalc_follow_active.py bugfix [#23182] Using self.report() inside poll() gives crash 2010-08-05 16:05:30 +00:00
uvcalc_smart_project.py bugfix [#23182] Using self.report() inside poll() gives crash 2010-08-05 16:05:30 +00:00
vertexpaint_dirt.py RNA Types metaclass registration 2010-08-02 02:55:12 +00:00
wm.py bugfix [#23194] export UVs miss the extension file 2010-08-06 01:40:54 +00:00