blender/release/io/netrender
2009-09-14 16:30:53 +00:00
..
__init__.py use pure py classes instead of a mix of rna stuff for ui. fix a couple of bugs 2009-09-08 01:18:06 +00:00
client.py client code wasn't modified to follow changes in the model 2009-09-11 18:31:51 +00:00
master.py support for external images, blacklisting slaves on errors and proper job termination on cancel 2009-09-09 20:56:49 +00:00
model.py frame range restrictions for dependencies, so slaves only receive point cache files for the frames that they need to render (supports step > 1, of course) 2009-09-09 02:25:14 +00:00
operators.py netrender: add "Animation on network" button to send job to master and gather the results in one step. 2009-09-14 16:30:53 +00:00
slave.py support for external images, blacklisting slaves on errors and proper job termination on cancel 2009-09-09 20:56:49 +00:00
ui.py netrender: add "Animation on network" button to send job to master and gather the results in one step. 2009-09-14 16:30:53 +00:00
utils.py operator to fetch frames from a job in the list, decorator for rna registration 2009-09-10 20:41:18 +00:00