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-11small edits to text editor from writing a python editor extension.Campbell Barton
2010-08-03py/rna update, reload works again.Campbell Barton
2010-08-03bugfix for python console getting its namespace cleared after the first comma...Campbell Barton
2010-08-02fix for py console autocomp. need to swap out __main__ module there too.Campbell Barton
2010-07-29bugfix [#23062] Resolve conflict button in text editor dissappers in Blener 2...Campbell Barton
2010-07-29minor changes to r30843Campbell Barton
2010-07-27bugfix [#22605] Context auto-compleate fails first timeCampbell Barton
2010-07-14Change to text3d: When back or front is enabled, the bevel rim on the other s...Campbell Barton
2010-06-11clear python console namespace when used with a new window manager, otherwise...Campbell Barton
2010-06-09pep8, whitespace editsCampbell Barton
2010-05-30console now shows unicode errors as well as errors caused by introspecting th...Campbell Barton
2010-05-30- Python console argument '--python-console', option so you can start blender...Campbell Barton
2010-05-03misc uninteresting stuff (killing time at airport commit)Campbell Barton
2010-04-25workaround for (what looks like) a bug in python's StringIO module. should in...Campbell Barton
2010-04-11PyAPICampbell Barton
2010-03-01parts of the Python API are unstable, big discalmer in API docs main page, AP...Campbell Barton
2010-02-28make BGL and BLF modile names lowercaseCampbell Barton
2010-02-23pep8 cleanup + correction for external player operator return value.Campbell Barton
2010-02-18[#21219] Separate autocomplete text with command prompt in consoleCampbell Barton
2010-02-16[#21177] Text editorCampbell Barton
2010-02-14autocompete was matching import_foo as import keyword.Campbell Barton
2010-02-14change python scripts so modules which register with blender have a register(...Campbell Barton
2010-02-12correct fsf addressCampbell Barton
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-11-22- aspectx wasnt saved in the render presetCampbell Barton
2009-11-17- access console languages as modules rather then having the py operator call...Campbell Barton
2009-11-07- added console language typeCampbell Barton