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
2010-01-31pep8 changesCampbell Barton
2010-01-26netrender: utility function to extract information from a blend file on disk....Martin Poirier
2010-01-09netrender: refactor thumbnail generation code. New option to generate the thu...Martin Poirier
2010-01-08netrender: bugfix to make thumbnails work correctly when running master throu...Martin Poirier
2010-01-08netrender:Martin Poirier
2010-01-07netrender bug: master server clean on exit (off by default) was deleting on f...Martin Poirier
2010-01-07netrenderMartin Poirier
2010-01-06netrender: Ctrl-C correctly stops master in background mode (low level select...Martin Poirier
2010-01-06netrender:Martin Poirier
2010-01-05netrender: UI layout reorganization and prettifying. Also better operator des...Martin Poirier
2010-01-05Netrender:Thomas Dinges
2010-01-05dict.get() defaults to None as the second arg. no need to supply it.Campbell Barton
2010-01-05netrender: reset server address on client when server is offline (on file loa...Martin Poirier
2009-12-31netrender: edit balancing rules limits and enable/disable them from the web i...Martin Poirier
2009-12-29netrender tab to spacesCampbell Barton
2009-12-29netrender: show web interface button in all modes. use rna decorator all the ...Martin Poirier
2009-12-24* register operators like other classesCampbell Barton
2009-12-21netrender: display dispatching rules under master header. (read only for now)Martin Poirier
2009-12-21netrender: visibility toggle for full list of fluid and cache files in the jo...Martin Poirier
2009-12-21netrenderMartin Poirier
2009-12-21netrenderMartin Poirier
2009-12-21netrender: buttons to change chunks, priority and reset job.Martin Poirier
2009-12-20netrender: list files in job webpageMartin Poirier
2009-12-17netrenderMartin Poirier
2009-12-16netrender: use reports to send error or success messages when sending jobs to...Martin Poirier
2009-12-16netrender: close server connections on breakMartin Poirier
2009-12-15netrenderMartin Poirier
2009-12-15netrender:Martin Poirier
2009-12-15Netrender internal refactor.Martin Poirier
2009-12-14netrender balancing fix (accessing the list as it is being sorted is not ok)Martin Poirier
2009-12-13use python3 syntax for defining a set.Campbell Barton
2009-12-10Netrender: categories and balancing by categories based on usage. Enables gro...Martin Poirier
2009-12-10remove ICON prefix from the enum, for python this is redundant eg.Campbell Barton
2009-12-04Changes to netrender baking operator.Martin Poirier
2009-12-04Fix for cache path.Martin Poirier
2009-11-23rna UI api rename...Campbell Barton
2009-11-20pep8 compliance, also removed use of exec() for netrender module importingCampbell Barton
2009-11-18Netrender cleanup and bug fixMartin Poirier
2009-11-18Code cleanup in netrenderMartin Poirier
2009-11-13changes python initializationCampbell Barton
2009-11-07fluid cache need a +1 offset, their frame 0 is blender frame 1 (fun stuff)Martin Poirier
2009-11-04make render, world and material buttons show when netrender is selectedMartin Poirier
2009-11-03renamed bpy.sys to bpy.utils, since it used to be a attempt to replace python...Campbell Barton
2009-11-02rna structs would not raise an error when assigning invalid propertiesCampbell Barton
2009-11-01Correct GPL license header for all python scriptsMartin Poirier
2009-10-31define operator properties in the class, similar to django fieldsCampbell Barton
2009-10-31change blender python interface for classes not to ise __idname__ rather bl_i...Campbell Barton
2009-10-15Network Render:Thomas Dinges
2009-10-14* Fixes for Render Tab separation.Thomas Dinges
2009-10-12Fixed [#19624] Small typo in Network Render. Thomas Dinges