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
2012-07-03Style edit (mostly), use """ for docstrings (not ''').Bastien Montagne
2012-04-23netrenderMartin Poirier
job and frame status cleanup (move to the model module) record transitions between states in job to be able to get (among others) the started and finished time.
2012-04-15netrenderMartin Poirier
invalid operator return value when downloading results from a job with no finished frames
2012-01-30netrender (features coded by Philippe van Hecke)Martin Poirier
Support for secure connections between Master/client/slave using SSL/HTTPS Fixed a bug with total job time on web interface (wrong value)
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
correcting smoke domain modifier type restriction Patch by Philippe Van Hecke
2011-11-12NetRender OS X bugfixMartin Poirier
Fix for #26867 Hunted down and debugged with great help from Geoff Murphy
2011-09-23Fixed other “report type” issue as wellBastien Montagne
2011-08-05* Added missing tool tips for netrender slave black-/whitelist. Thomas Dinges
Reported by Tobias Kummer. Thanks! :)
2011-07-11cleanupCampbell Barton
- remove/comment unused variables - remove unused imports - fixed some bugs using incorrect variables
2011-06-20[#25888] Netrender Blacklisting slavesMartin Poirier
Report by Wintch Analyzer Refill the rna blacklist list every refresh (safer that way).
2011-03-22Moving netrender to addonsMartin Poirier