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-03-21move script directories for internal blender scripts.Campbell Barton
2011-03-13- lightmap pack wasnt reporting no mesh errors properly.Campbell Barton
2011-03-09make python UV functions use a popup UI rather then redo UI, they are not fas...Campbell Barton
2011-02-27replace import *'s with named imports (using * is convenient for some scripts...Campbell Barton
2011-02-27lazy load modules for more scripts.Campbell Barton
2011-02-11patch [#25809] Auto-Registration as utility function.Campbell Barton
2011-02-06fix [#25947] Smart Project is broken SVN r34664 Campbell Barton
2011-02-05update for changes in mathutils.Campbell Barton
2011-01-09update for change to Matrix class.Campbell Barton
2011-01-02geometry moduleCampbell Barton
2010-11-23bugfix [#24871] Unwrapping with Smart Project give a bad result.Campbell Barton
2010-10-26move geometry python module into mathutils.geometry, since it provides utilit...Campbell Barton
2010-09-09replace self.properties.foo --> self.fooCampbell Barton
2010-08-24- move more active properties into their collections: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-11mathutils module methods only contained matrix constructors, move these to ma...Campbell Barton
2010-08-09poll() as a python '@staticmethod' was too limiting and didnt allow useful ba...Campbell Barton
2010-08-05bugfix [#23182] Using self.report() inside poll() gives crashCampbell Barton
2010-08-02RNA Types metaclass registrationMartin Poirier
2010-07-17spelling correction: alredy --> alreadyCampbell Barton
2010-07-15Apply first pass of edits to rna values from rna_booleans.txt.Campbell Barton
2010-07-03rna api:Campbell Barton
2010-04-29missed this in recent api editsCampbell Barton
2010-04-25py apiCampbell Barton
2010-04-11PyAPICampbell Barton
2010-03-01replace operator options bl_undo and bl_register with bl_optionsCampbell Barton
2010-02-23pep8 cleanup + correction for external player operator return value.Campbell Barton
2010-02-16[#21177] Text editorCampbell Barton
2010-02-14change python scripts so modules which register with blender have a register(...Campbell Barton
2010-02-12correct fsf addressCampbell Barton
2010-01-25Mathutils refactor & include in sphinx generated docs, (TODO, include getset'...Campbell Barton
2009-12-26pep8 edits, removed MakeCursor.py and rna_array.py, not important to make pep8Campbell Barton
2009-12-26replace dynamic_menu.py with Menu classmethods much less complicated.Campbell Barton
2009-12-24* register operators like other classesCampbell Barton
2009-12-14pep8 warnings, remove unused importsCampbell Barton
2009-12-13add pep8 headers so these scripts spit out errors when running pep8.Campbell Barton
2009-11-29pep8 cleanup in ui and op dirs, added popup to select patternCampbell Barton
2009-11-23rna UI api rename...Campbell Barton
2009-11-19operators were copying the properties from the rna operator into the class in...Campbell Barton
2009-11-09simple fix, still worked on my PC somehowCampbell Barton
2009-11-05Select interior faces, access from the mesh select menuCampbell Barton
2009-11-04new operator directory, move some scripts from ioCampbell Barton