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
2017-03-19Cleanup: trailing spaceCampbell Barton
2014-06-30Netrender: enable scripts, driversCampbell Barton
2012-02-12netrenderMartin Poirier
change to the repatching and local naming algorithms to better support different files with same name and dependency folder hierarchies.
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-26netrenderMartin Poirier
- Support for dynamic painting point cache (patch by Philippe Van Hecke) - Fix job log name generation to not exceed filename limits when using large chunks - Cleaning up duplicated code for point caches, fluid and multires between client and repath module
2011-12-23netrenderMartin Poirier
correcting smoke domain modifier type restriction Patch by Philippe Van Hecke
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-11-01Fix #29043: netrender error with fluid sim modifier, patch by Vladimir G.Brecht Van Lommel
2011-07-11cleanupCampbell Barton
- remove/comment unused variables - remove unused imports - fixed some bugs using incorrect variables
2011-03-22Moving netrender to addonsMartin Poirier