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-15pep8 edits and remove commented code from last commit.Campbell Barton
2011-02-27lazy load modules for more scripts.Campbell Barton
2011-02-11patch [#25978] mathutils fixes for bpy_types.py and vertexpaint_dirt.pyCampbell Barton
2011-02-11patch [#25809] Auto-Registration as utility function.Campbell Barton
2010-09-09replace self.properties.foo --> self.fooCampbell Barton
2010-08-18rna naming: verts -> verticesCampbell Barton
2010-08-02RNA Types metaclass registrationMartin Poirier
2010-07-15Apply first pass of edits to rna values from rna_booleans.txt.Campbell Barton
2010-05-03misc uninteresting stuff (killing time at airport commit)Campbell Barton
2010-04-25py apiCampbell Barton
2010-04-21fix for divide by zero on vertex dirt script, show from the vertex paint menuCampbell 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-02-12Clean up of tooltips in py operators and better operator name forDaniel Salazar
2009-12-26pep8 edits, removed MakeCursor.py and rna_array.py, not important to make pep8Campbell 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-22- aspectx wasnt saved in the render presetCampbell Barton
2009-11-19operators were copying the properties from the rna operator into the class in...Campbell Barton
2009-11-08pedantic enum string consistancyCampbell Barton
2009-11-04new operator directory, move some scripts from ioCampbell Barton