Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-01-09netrenderMartin Poirier
- distributed point cache baking - (baking fluids or anything else needs to be added but is not a hard task) - master support getting all results as a zip (rendering, baking or otherwise), available as a link on the job's page in the web interface - framework to support multiple result files per frame/task (needed for baking)
2011-12-31netrenderMartin Poirier
wip feature: distributed point cache baking. Distributed baking works but results are sent back to master/client yet. Feature is disabled in the UI for this reason. new feature: job and slave tags, enables filtering slaves for specific jobs jobs are dispatched to a slave only it has no tags or all the job's tags Render jobs have the tag "render" by default while baking jobs the tag "baking" UI: Web interface additions to reflect tags and job subtypes (render/baking) bug fix: reseting a completed job correctly resets the status to queued
2011-12-23netrenderMartin Poirier
- fix handling of pointcache dependencies on slave (correct repathing) and on client (bad frame dependency range) - add Force Upload option on master to force dependencies upload and download (don't reuse local copies outside of slave cache) - add links back to main page on job web page - client limit dependencies to rendered frame range (it used to add all point cache frames) Thanks to Philippe Van Hecke for raising the issue by email.
2011-07-11cleanupCampbell Barton
- remove/comment unused variables - remove unused imports - fixed some bugs using incorrect variables
2011-07-01netrenderMartin Poirier
fix problem on web interface with blacklisted slaves no longer in slave list
2011-03-22Moving netrender to addonsMartin Poirier