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-04use sets for checking against multiple values.Campbell Barton
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-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-22update for changes in render image settingsCampbell Barton
2011-11-19indentation edits and copy pyrimid from contrib (where I had made some ↵Campbell Barton
edits), removed so this wont happen again.
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-11-02Netrender:Thomas Dinges
* Scan for master failed and gave an script error.
2011-11-01Fix #29043: netrender error with fluid sim modifier, patch by Vladimir G.Brecht Van Lommel
2011-09-23Fixed other “report type” issue as wellBastien Montagne
2011-08-07netrender fix for master receiving filesMartin Poirier
Based on patch [#28108] by Wintch Analyzer
2011-08-05* Added missing tool tips for netrender slave black-/whitelist. Thomas Dinges
Reported by Tobias Kummer. Thanks! :)
2011-07-25[#27796] Netrendering "path:" failingMartin Poirier
by Wintch Analyzer moving master working path initialization before connection creation also added error checks and prints to debug an invalid internal state (related to another tracker entry)
2011-07-25netrender fixesMartin Poirier
exception safeguard in render engine fix module import broken by someone else
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-06-29netrenderMartin Poirier
better stream handling when uploading files Might solve the problem with OS X masters
2011-06-20[#26241] The Network Renderer renders black imagesMartin Poirier
Reported by Ramon Nieto Added a better error message when the current file is not saved.
2011-06-20netrenderMartin Poirier
Add rna callback to server address property so that it correctly checks if the server exists when the value changes.
2011-06-20[#25888] Netrender Blacklisting slavesMartin Poirier
Report by Wintch Analyzer Refill the rna blacklist list every refresh (safer that way).
2011-06-20[#25387] Linux network render errorMartin Poirier
2011-04-02netrender: fix bad statusline error on renderMartin Poirier
2011-04-02Revert 1732. The problem was the break in register call order. This was not ↵Martin Poirier
the right fix at all.
2011-03-23fix for netrender which was giving an error on registering.Campbell Barton
2011-03-22Moving netrender to addonsMartin Poirier