blender/release/scripts/io/netrender
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 netrender: fix reload 2010-07-31 19:23:22 +00:00
balancing.py correct fsf address 2010-02-12 13:34:04 +00:00
client.py bugfix [#23194] export UVs miss the extension file 2010-08-06 01:40:54 +00:00
master_html.py netrender 2010-07-17 18:40:00 +00:00
master.py netrender 2010-06-20 20:33:59 +00:00
model.py NetRender 2010-05-02 21:34:08 +00:00
netrender.css NetRender: 2010-04-28 01:54:12 +00:00
netrender.js netrender: refactor thumbnail generation code. New option to generate the thumbnail on the slaves (per slave option, default off). Missing thumbnails are still generated on demand by the master. 2010-01-09 18:21:27 +00:00
operators.py bugfix [#23182] Using self.report() inside poll() gives crash 2010-08-05 16:05:30 +00:00
repath.py bugfix [#23194] export UVs miss the extension file 2010-08-06 01:40:54 +00:00
slave.py netrender 2010-07-17 18:40:00 +00:00
ui.py bugfix [#23182] Using self.report() inside poll() gives crash 2010-08-05 16:05:30 +00:00
utils.py RNA Types metaclass registration 2010-08-02 02:55:12 +00:00