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-02-27replace import *'s with named imports (using * is convenient for some scripts...Campbell Barton
2011-02-17pep8 cleanup and remove unused vars/importsCampbell Barton
2011-02-11patch [#25809] Auto-Registration as utility function.Campbell Barton
2011-02-09use update() rather then update_tag(), needed for making edge data.Campbell Barton
2011-02-07rename ID.update() --> update_tag() since this function only tags for updatin...Campbell Barton
2011-02-05update for changes in mathutils.Campbell Barton
2011-01-02geometry moduleCampbell Barton
2011-01-01pep8 cleanupCampbell Barton
2010-12-19 fix for make-dupli-face operator & vector multiplication, tab/space error in...Campbell Barton
2010-12-19Bugfix [#25291] Objects that should not have subsurface modifier haveJoshua Leung
2010-12-08pedantic word ordering change.Campbell Barton
2010-10-31bugfix [#24466] Selecting of object with pattern leads to strange behaviorCampbell Barton
2010-10-28patch [#24424] Python scripts update for API changesCampbell Barton
2010-10-26move geometry python module into mathutils.geometry, since it provides utilit...Campbell Barton
2010-09-24Annoying hack to pretend that an operator and its properties are the same, wh...Campbell Barton
2010-09-09replace self.properties.foo --> self.fooCampbell Barton
2010-09-07ran through pep8 checkerCampbell Barton
2010-09-03SVN maintenance.Guillermo S. Romero
2010-09-02rna context renameCampbell Barton
2010-08-27rna api changesCampbell Barton
2010-08-24- move more active properties into their collections:Campbell Barton
2010-08-18rna naming: verts -> verticesCampbell Barton
2010-08-17apply rna rename most of the show_*, names.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-31patch [#23110] isolate render type UI labelling + operator to clear all hide ...Nathan Letwory
2010-07-23fix for error in select hierarchy if no children exist.Campbell Barton
2010-07-15Apply first pass of edits to rna values from rna_booleans.txt.Campbell Barton
2010-07-14bugfix [#22843] Cannot export to folder with ".blend" on the end.Campbell Barton
2010-07-14select parent/child now works for multiple selections ([/] keys)Campbell Barton
2010-07-03rna api:Campbell Barton
2010-06-09pep8, whitespace editsCampbell Barton
2010-05-20obscure sounding feature thats actually useful: isolate render typeCampbell Barton
2010-04-25py apiCampbell Barton
2010-04-11PyAPICampbell Barton
2010-03-06pep8 cleanupCampbell Barton
2010-03-01replace operator options bl_undo and bl_register with bl_optionsCampbell Barton
2010-02-25select parent/child in object mode with [] keys, like pose mode.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-17join as UVs referenced older api function nameCampbell 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
2010-02-12- select active camera operatorCampbell Barton
2010-02-10make dupliface rotation was wrong. Campbell Barton
2010-02-10make dupliface operator (access from object menu)Campbell Barton