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
2011-02-16rename IDPropertyGroup to PropertyGroupCampbell Barton
2011-02-11minor python register changes.Campbell Barton
2011-02-11patch [#25809] Auto-Registration as utility function.Campbell Barton
2011-02-08[#25693] Netrender "shadow" images with last frame always appearMartin Poirier
2011-02-06[#25693] Netrender "shadow" images with last frame always appearMartin Poirier
2011-01-31[#25693] Netrender "shadow" images with last frame always appearMartin Poirier
2011-01-28[#25783] Network rendering fails with windows pathsMartin Poirier
2011-01-28[#25671] Network Render freezes/blocks blenderMartin Poirier
2011-01-26Bug [#25696] Netrender feedback failsMartin Poirier
2011-01-08netrenderMartin Poirier
2010-12-29SVN maintenance.Guillermo S. Romero
2010-12-29netrenderMartin Poirier
2010-12-27netrenderMartin Poirier
2010-12-27[#25210] Netrender failed and produce ghost slavesMartin Poirier
2010-12-23remove reload() from builtins since python3 no longer uses this.Campbell Barton
2010-11-25Fix polling order for ui panels in netrender.Martin Poirier
2010-11-15netrenderMartin Poirier
2010-11-09[#24602] Netrender master node IP information is reset to [Default] no matter...Martin Poirier
2010-10-27netrenderMartin Poirier
2010-10-14Fix for fix, not UnicodeEncodingError (where did I get that from?) but Unicod...Nathan Letwory
2010-10-14Fix UnicodeEncodingError, which prevents netrender, reprojection and playback...Nathan Letwory
2010-10-06[#24123] Network render gives black imagesMartin Poirier
2010-09-18use is rather then == when comparing against None.Campbell Barton
2010-09-14Apply patch [#23782] Fix typo in netrender UINathan Letwory
2010-09-12bugfix for [#23737] reported by Mariusz MaximusMartin Poirier
2010-09-11- py api splash URL was old, use blender version (menu was ok in the menu)Campbell Barton
2010-09-11Patch [#23759] more replace self.properties.foo --> self.foo for bf-extension...Thomas Dinges
2010-09-10Fix bug caused by someone else's error.Martin Poirier
2010-09-09remove class methods for defining propertiesCampbell Barton
2010-09-08Fix for [#23736] Network render - error in file: release\scripts\io\netrender...Thomas Dinges
2010-09-01finished moving importers and exporters into python packages (as proposed on ...Campbell Barton
2010-09-01moving import/export scripts into packages (just moving scripts, need to add ...Campbell Barton
2010-09-01cleanup duplicate GPL haeders, blender made 2.4x __bpydoc__ into __doc__, rem...Campbell Barton
2010-09-01use mix-in classes for import export operators, these define the filepath pro...Campbell Barton
2010-08-31rna support for passing dynamic sized arrays to rna functionsCampbell Barton
2010-08-30Fix spelling.Guillermo S. Romero
2010-08-30- keymap import/export works again (broke with own api changes)Campbell Barton
2010-08-30bugfix [#23573] object rotates when IMAGE_SEARCH is offCampbell Barton
2010-08-30various utf8 compatibility fixesCampbell Barton
2010-08-28obj export fix for meshes with no UV texturesCampbell Barton
2010-08-27missed this with rna renaming.Campbell Barton
2010-08-27bugfix [#23220] .x3d export not exporting UV correctlyCampbell Barton
2010-08-27OBJ export nurbs curves now export again.Campbell Barton
2010-08-27OBJ Import support for nurbs curves back, remove some commented code.Campbell Barton
2010-08-27rna apiCampbell Barton
2010-08-27rna api changesCampbell Barton
2010-08-25bugfix/aviodance for [#23488] bpy.types.Texture.type donĀ“t update the parame...Campbell Barton
2010-08-25patch [#23471] x3d export broken: empty filesCampbell Barton
2010-08-24- move more active properties into their collections:Campbell Barton
2010-08-21netrender:Martin Poirier