blender/release/scripts/io/netrender
Martin Poirier f3c0743b41 NetRender:
- multires cache files and image .tex cache support in dependency list
- Compare md5 of files before using a local copy (not one transfered by netrender). Could be changed to a simpler CRC if speed is an issue. The goal is not to have a strong crypto signature but just to detect outdated local files.
- Reduce slave timeout to 5 minutes (down from 30). Slaves should report at most every 30s, there's no reason for a value to be that high.
- Reorder the presentation tables on the main web page (job list is more important)
- Collapse dependency list by default on job page (only show main file and headers for other files, point cache and fluid cache)
- Slave option (default: True) to also output render log to the console (as well as the usual copy to the master)
2010-04-28 01:54:12 +00:00
..
__init__.py pep8 cleanup + correction for external player operator return value. 2010-02-22 23:32:58 +00:00
balancing.py correct fsf address 2010-02-12 13:34:04 +00:00
client.py NetRender: 2010-04-28 01:54:12 +00:00
master_html.py NetRender: 2010-04-28 01:54:12 +00:00
master.py NetRender: 2010-04-28 01:54:12 +00:00
model.py NetRender: 2010-04-28 01:54:12 +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 netrender: 2010-03-12 03:12:27 +00:00
slave.py NetRender: 2010-04-28 01:54:12 +00:00
ui.py NetRender: 2010-04-28 01:54:12 +00:00
utils.py NetRender: 2010-04-28 01:54:12 +00:00