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: identity for None comparisonCampbell Barton
2017-03-19Cleanup: trailing spaceCampbell Barton
2016-09-05Fix T46042: Netrender: Slave continues to render frames after cancellation ↵Gottfried Hofmann
by job manager. To be backported to 2.78.
2014-06-30Netrender: enable scripts, driversCampbell Barton
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-18netrenderMartin Poirier
baking and render options for tags on slaves (default true for both means a slave can do all jobs by default)
2012-02-25[#30235] Net Render Master/Slave Not Working in OSX (Blender v2.62 32 Bit)Martin Poirier
Reported by Ron Proctor netrender didn't recursively create missing directory for user specified temporary paths. Also added environment variables and user expansion to properly support env vars and user (~ and ~user) in paths.
2012-02-12netrenderMartin Poirier
change to the repatching and local naming algorithms to better support different files with same name and dependency folder hierarchies.
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-15netrenderMartin Poirier
use threading for interprocess communication. Don't stall slave communication when rendering/baking process output blocks. This enables running slow baking and rendering jobs correctly without the slave disconnecting from the master. It also makes slaves much more responsive to cancelling jobs on the master. add save on job option (default false) to save the current file before sending a rendering blender job.
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-12-20[#29564] Patch to enable choice between BLENDER_RENDER and CYCLESMartin Poirier
[#29648] patch for netrender: correctly send smoke cache domain Both by Philippe Van Hecke Render engine support was expended to be able to specify non-builtin engines.
2011-11-16netrenderMartin Poirier
fix error when sending thumbnail to master
2011-11-12NetRender OS X bugfixMartin Poirier
Fix for #26867 Hunted down and debugged with great help from Geoff Murphy
2011-07-11cleanupCampbell Barton
- remove/comment unused variables - remove unused imports - fixed some bugs using incorrect variables
2011-06-29netrenderMartin Poirier
better stream handling when uploading files Might solve the problem with OS X masters
2011-06-20[#25387] Linux network render errorMartin Poirier
2011-03-22Moving netrender to addonsMartin Poirier