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-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
2010-08-21bugfix for recent renaming [#23400] Unable to import *.3ds/*.obj files with t...Campbell Barton
2010-08-20fixed [#23400] Unable to import *.3ds/*.obj files with texturesCampbell Barton
2010-08-20rna data path names which are more likely to break animations.Campbell Barton
2010-08-19rna naming mainly forBoidsCampbell Barton
2010-08-19fixes for recent renamingCampbell Barton
2010-08-19more rna renaming for non-animated properties: mainly Texface, Particle & Poi...Campbell Barton
2010-08-18rna rename Bone and Text changesCampbell Barton
2010-08-18rna renaming, still only adjusting properties that wont be animated (at least...Campbell Barton
2010-08-18rna naming: verts -> verticesCampbell Barton
2010-08-17apply rna rename most of the show_*, names.Campbell Barton
2010-08-15speedup and cleanup of OBJ exporterCampbell Barton
2010-08-14netrender fixes:Martin Poirier
2010-08-13bugfix [#22037] OBJ exporter produce wrong UVCampbell Barton
2010-08-13[#22884] slow import wavefont/.obj fileCampbell Barton
2010-08-13exporters now set the filepath in the invoke() method rather then the menu dr...Campbell Barton
2010-08-13bugfix [#22974] OBJ import arrives without textureCampbell Barton
2010-08-12bugfix [#23227] .obj import with UV produces broken UV map in 2.53.0 (r30593)Campbell Barton
2010-08-12[#23275] .3DS import script fails on some models.Campbell Barton
2010-08-11mathutils module methods only contained matrix constructors, move these to ma...Campbell Barton
2010-08-11Update address in license block.Guillermo S. Romero
2010-08-10rewrite poll methods using a base class implementation instead of a global fu...Martin Poirier
2010-08-09OBJ Export:Thomas Dinges
2010-08-09OBJ Export:Thomas Dinges