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-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-20fixed [#23400] Unable to import *.3ds/*.obj files with texturesCampbell Barton
2010-08-18rna naming: verts -> verticesCampbell 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-02RNA Types metaclass registrationMartin Poirier
2010-07-27bugfix [#21407] 3DS Import do not show import options (resizing\transform fix)Campbell Barton
2010-07-15use dict comprehension where possibleCampbell Barton
2010-07-03rna api:Campbell Barton
2010-06-27remove filename and directory from python operators that dont need themCampbell Barton
2010-06-14naming changesCampbell Barton
2010-04-11PyAPICampbell Barton
2010-04-01svn merge https://svn.blender.org/svnroot/bf-blender/branches/render25 -r2789...Campbell 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-103ds importer - fixed some warnings about various properties required for the ...Joshua Leung
2010-02-10Bugfix: 3DS Importer not settings UV's correctlyJoshua Leung
2010-01-17bugfix [#20639] BF25_SVN_25888 and below - OBJ and 3DS import failsCampbell Barton
2010-01-12Fix #20641, #20645. Someone forgot to update scripts ;)Arystanbek Dyussenov
2010-01-10RNA/Py APICampbell Barton
2009-12-26replace dynamic_menu.py with Menu classmethods much less complicated.Campbell Barton
2009-12-25bugfix [#20253] Import/Export failsCampbell 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
2009-12-13add pep8 headers so these scripts spit out errors when running pep8.Campbell Barton
2009-12-13tabs 2 spacesCampbell Barton
2009-11-23rna UI api rename...Campbell Barton
2009-11-20- dir() now works for collection functionsCampbell Barton
2009-11-19operators were copying the properties from the rna operator into the class in...Campbell Barton
2009-11-04bpy.ops.import.obj("somepath") is invalid syntax because import is a keyword.Campbell Barton