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-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-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-11Fix for a glitch in a console tooltipDaniel Salazar
2009-12-24* register operators like other classesCampbell Barton
2009-12-04String fix and a bunch of PEP8 issues I had collected in the meanwhile.Guillermo S. Romero
2009-12-03Added Toggle Full Screen and Duplicate Area to the menus of all the main spac...William Reynish
2009-11-23more ui api changes.Campbell Barton
2009-11-23rna UI api rename...Campbell Barton
2009-11-21pep8 cleanup & default select axis to negative (artist requst, make sense if ...Campbell Barton
2009-11-20pep8 compliance, also removed use of exec() for netrender module importingCampbell Barton
2009-11-19operators were copying the properties from the rna operator into the class in...Campbell Barton
2009-11-18default name of keymap to 'keymap.py' + pedantic pep8 editsCampbell Barton
2009-11-17- access console languages as modules rather then having the py operator call...Campbell Barton
2009-11-14used py error checking tools to fix some bugs & make pep8 correctionsCampbell Barton
2009-11-08pep8 whitespace commitCampbell Barton
2009-11-07- added console language typeCampbell Barton
2009-11-05- added bpy.context to the python moduleCampbell Barton
2009-11-04bpy.ops.import.obj("somepath") is invalid syntax because import is a keyword.Campbell Barton
2009-11-03whitespace commit, (was some tabs mixed with spaces too)Campbell Barton
2009-11-01Correct GPL license header for all python scriptsMartin Poirier
2009-11-01made scripts pass the pep8 test (though not fully pep8 yet)Campbell Barton
2009-10-31GPL2 header from firebird (without disclaimer), notice theres no copyright at...Campbell Barton
2009-10-31change blender python interface for classes not to ise __idname__ rather bl_i...Campbell Barton
2009-10-29replacement for my own autocomplete module by staniCampbell Barton
2009-10-29moved the following into the screen context rather then the view3d context so...Campbell Barton
2009-10-08menus are now global (like operators), so for eg, the info add menu and the 3...Campbell Barton
2009-09-28Added "scripts/modules" as permanent module search path.Campbell Barton
2009-09-28- removed 2.4x release/scriptsCampbell Barton