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-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-30bugfix [#23573] object rotates when IMAGE_SEARCH is offCampbell Barton
2010-08-30various utf8 compatibility fixesCampbell 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-24- move more active properties into their collections:Campbell Barton
2010-08-21bugfix for recent renaming [#23400] Unable to import *.3ds/*.obj files with t...Campbell Barton
2010-08-20rna data path names which are more likely to break animations.Campbell Barton
2010-08-19more rna renaming for non-animated properties: mainly Texface, Particle & Poi...Campbell 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-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-02RNA Types metaclass registrationMartin Poirier
2010-07-23bugfix [#22974] OBJ import arrives without textureCampbell Barton
2010-07-20- correct some spelling errors.Campbell Barton
2010-07-15use dict comprehension where possibleCampbell Barton
2010-06-14naming changesCampbell Barton
2010-04-11PyAPICampbell Barton
2010-04-03Patch #21892 by Ruslan M (luciofulci): Removing 16 materials per meshDaniel Salazar
2010-04-01svn merge https://svn.blender.org/svnroot/bf-blender/branches/render25 -r2789...Campbell Barton
2010-03-30* Multiply for panorama camerasBrecht Van Lommel
2010-03-20merge own commits into render branch into trunk since 27560Campbell Barton
2010-03-06pep8 cleanupCampbell Barton
2010-02-23pep8 cleanup + correction for external player operator return value.Campbell Barton
2010-02-22bugfix [#21233] Crash in pyapi, with new object.Campbell Barton
2010-02-16[#21177] Text editorCampbell Barton
2010-02-15Inline tooltips and descriptions of export/importDaniel Salazar
2010-02-14mistake in register() commit, mixed up import and exportCampbell Barton
2010-02-14change python scripts so modules which register with blender have a register(...Campbell Barton
2010-02-12correct fsf addressCampbell Barton
2010-02-09[#21039] OBJ import Clamp Scale limited to .01 as lowest Value. Used to be ZeroCampbell Barton
2010-01-17bugfix [#20639] BF25_SVN_25888 and below - OBJ and 3DS import failsCampbell Barton
2010-01-17bugfix [#20712] wavefront obj import fails with default import settingsCampbell Barton
2010-01-12Fix #20641, #20645. Someone forgot to update scripts ;)Arystanbek Dyussenov
2010-01-10RNA/Py APICampbell Barton
2010-01-05dict.get() defaults to None as the second arg. no need to supply it.Campbell Barton
2009-12-26replace dynamic_menu.py with Menu classmethods much less complicated.Campbell Barton
2009-12-25operator draw function working again. needed to add layout to the operator to...Campbell Barton
2009-12-24* register operators like other classesCampbell Barton