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

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-09-25netrender: usage based balancer. more useful than creditsMartin Poirier
2009-09-24netrender: draft code for cluster usage per job calculations. Eventually, thi...Martin Poirier
2009-09-24netrender: load balancer fixes, cancel all jobs button and small html interfa...Martin Poirier
2009-09-23netrender. first draft of html master details. Just point a browser at the ma...Martin Poirier
2009-09-23remove rna function convert_to_triface because it uses an internal editmesh f...Campbell Barton
2009-09-22SVN maintenance.Guillermo S. Romero
2009-09-22Manual merge of soc-2009-kazanbas branch:Arystanbek Dyussenov
2009-09-21netrender: more load balancing rulesMartin Poirier
2009-09-21autocomplete poll function wasn't working, added autocomplete in the console ...Campbell Barton
2009-09-20netrender: first draft for job balancer + some minor fixesMartin Poirier
2009-09-182.5: Python operators now have a working poll() function,Brecht Van Lommel
2009-09-18netrender: only one log file for each chunkMartin Poirier
2009-09-17netrender:Martin Poirier
2009-09-16fix bugs with file transferMartin Poirier
2009-09-16netrender: default temp path on windows to something more usefulMartin Poirier
2009-09-16use platform.uname instead of os.uname (suggested by Carsten on the ml), it's...Martin Poirier
2009-09-16- rna/python api object.create_render_mesh(...) support for getting a mesh fr...Campbell Barton
2009-09-15More automatic stuff.Martin Poirier
2009-09-15Undo revision 23130 which was a merge with 2.5, a messy one because I did som...soc-2009-kazanbasArystanbek Dyussenov
2009-09-15didnt change all filename's to path'sCampbell Barton
2009-09-14netrender: add "Animation on network" button to send job to master and gather...Martin Poirier
2009-09-14Reverted Mesh.verts from dynamic array since it breaks foreach_set used by im...Arystanbek Dyussenov
2009-09-122.5 filebrowserAndrea Weikert
2009-09-11client code wasn't modified to follow changes in the modelMartin Poirier
2009-09-11Merge with -r 22620:23107.Arystanbek Dyussenov
2009-09-11operator to fetch frames from a job in the list, decorator for rna registrationMartin Poirier
2009-09-10support for external images, blacklisting slaves on errors and proper job ter...Martin Poirier
2009-09-09frame range restrictions for dependencies, so slaves only receive point cache...Martin Poirier
2009-09-09patch from Maurice & Patsoko on blenderartist for win32 registry support,Campbell Barton
2009-09-08use pure py classes instead of a mix of rna stuff for ui. fix a couple of bugsMartin Poirier
2009-09-06users on blenderartist reported uncompressed TGA loading worked for them wher...Campbell Barton
2009-09-04add blendcache files to dependancies. next step, per frames deps.Martin Poirier
2009-09-02support for multiple file: linked librariesMartin Poirier
2009-09-01more use of data structures for communication. begining support for more than...Martin Poirier
2009-08-30bug fixes and small changesMartin Poirier
2009-08-29First commit draft for network rendering.Martin Poirier
2009-08-28- povray and ply work now.Campbell Barton
2009-08-23revert previous change, povray rendering works again, somehow I managed to re...Campbell Barton
2009-08-23missed this in last commit.Campbell Barton
2009-08-22use class __props__ for povray settings.Campbell Barton
2009-08-22use '' for enums rather then ""Campbell Barton
2009-08-20changed layout of PovRay radiosity panel to be more consistent with other ren...William Reynish
2009-08-19Merge with 2.5 -r 22173:22620.Arystanbek Dyussenov
2009-08-19updated for new transparency RNA namesCampbell Barton
2009-08-182.5:Brecht Van Lommel
2009-08-17Ported X3D exporter.Arystanbek Dyussenov
2009-08-172.5: Render ApiBrecht Van Lommel
2009-08-13- 3ds importer working (without the "scale to size" option)Arystanbek Dyussenov
2009-08-12- converted 3ds exporter to 2.5 APIArystanbek Dyussenov
2009-08-10- ran 2to3 on export_3ds.py, import_3ds.py and export_x3d.pyArystanbek Dyussenov