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-14auto-complete was moving the selection.Campbell Barton
2011-02-27lazy load pydoc module. move help() replacement into console code rather then...Campbell Barton
2011-02-23python console namespace fix, merging namespace dicts was no good, since it p...Campbell Barton
2011-01-01pep8 cleanupCampbell Barton
2010-12-10patch [#25027] formatting mathutils.geometry module docs for sphinxCampbell Barton
2010-11-25== console ==Luca Bonavita
2010-11-20- add python/rna function region.tag_redraw()Campbell Barton
2010-11-20- use relative imports for packagesCampbell Barton
2010-11-11move report/operator view out of the 'Console' into the 'Info' space (file me...Campbell Barton
2010-10-26move geometry python module into mathutils.geometry, since it provides utilit...Campbell Barton
2010-10-01fix for crash when using the console to load a file, when the UI changes dont...Campbell Barton
2010-09-07ran through pep8 checkerCampbell Barton
2010-09-02rna context renameCampbell Barton
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