blender/release/scripts/io/netrender
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
..
__init__.py netrender: reset server address on client when server is offline (on file load) as well as clear local caches (for slaves and jobs) 2010-01-04 21:05:52 +00:00
balancing.py netrender 2010-01-07 18:54:47 +00:00
client.py netrender: 2010-01-06 18:56:24 +00:00
master_html.py netrender 2010-01-07 18:54:47 +00:00
master.py netrender 2010-01-07 18:54:47 +00:00
model.py netrender tab to spaces 2009-12-29 00:04:57 +00:00
netrender.css netrender: display dispatching rules under master header. (read only for now) 2009-12-21 19:56:53 +00:00
netrender.js netrender: 2010-01-06 18:56:24 +00:00
operators.py netrender: UI layout reorganization and prettifying. Also better operator descriptions (tooltips). Based on a patch by DingTo. 2010-01-05 20:47:23 +00:00
slave.py netrender: 2010-01-06 18:56:24 +00:00
ui.py netrender: 2010-01-06 18:56:24 +00:00
utils.py netrender 2010-01-07 18:54:47 +00:00