blender/release/scripts/io
Martin Poirier cfaa1e5db1 netrender
jpeg versions of the render results are downloadable from the web interface. 

Notes:

1) They are generated (and written to disk) on demand on the master in the same Blender instance, so this will increase memory usage (until there's a way to free and image buffer from memory or it's run in a separate process).
2) They are darker then the real results, since multilayer exr contain the result before gamma correction (for the linear workflow) and that's not applied when loading them as an image.
3) They are NOT thumbnails, they are the same size as the results (albeit at 90% quality jpeg compression)
2010-01-07 18:54:47 +00:00
..
netrender netrender 2010-01-07 18:54:47 +00:00
engine_render_pov.py pep8 warnings, remove unused imports 2009-12-13 22:48:11 +00:00
export_3ds.py replace dynamic_menu.py with Menu classmethods much less complicated. 2009-12-25 22:16:19 +00:00
export_fbx.py new python submodule. eg. 2010-01-02 23:14:01 +00:00
export_mdd.py pep8 edits, removed MakeCursor.py and rna_array.py, not important to make pep8 2009-12-26 09:36:50 +00:00
export_obj.py new python submodule. eg. 2010-01-02 23:14:01 +00:00
export_ply.py new python submodule. eg. 2010-01-02 23:14:01 +00:00
export_x3d.py replace dynamic_menu.py with Menu classmethods much less complicated. 2009-12-25 22:16:19 +00:00
import_anim_bvh.py replace dynamic_menu.py with Menu classmethods much less complicated. 2009-12-25 22:16:19 +00:00
import_scene_3ds.py replace dynamic_menu.py with Menu classmethods much less complicated. 2009-12-25 22:16:19 +00:00
import_scene_obj.py dict.get() defaults to None as the second arg. no need to supply it. 2010-01-04 21:10:51 +00:00