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
2016-07-30Cleanup: pep8Campbell Barton
2014-09-18Cleanup: use static sets where possibleCampbell Barton
2013-06-27pep8 cleanupCampbell Barton
2013-05-01fix for exception in console auto-completing an object with __getitem__ but n...Campbell Barton
2013-03-28code cleanup: python/pep8 and double-promotion warnings.Campbell Barton
2013-03-11code cleanup: pep8 & minor changesCampbell Barton
2013-02-25patch [#34380] Fix Python console bug: "autocomplete" doesn't advance cursor ...Campbell Barton
2012-02-08Correct mathutils documentation, also correct some python spelling errors and...Campbell Barton
2011-11-24pep8 edits and avoid naming conflicts with python builtinsCampbell Barton
2011-06-29incorrectly had CMake storing directory names as filepathsCampbell Barton
2011-06-29console autocomp import now excludes '_' prefixed variables and the results a...Campbell Barton
2011-06-29bug [#27779] Python console completion brokenCampbell Barton
2011-06-11improved autocompleation when there is a common prefixCampbell Barton
2011-06-10added a check to console auto-compleation for pythons struct_seq type, so bpy...Campbell Barton
2011-06-10fix [#27495] Incorrect result of image name autocompletionCampbell Barton
2011-02-08mailed Stani Michiels and he's ok to switch his console autocomplete to GPLv2...Campbell Barton
2010-10-27bugfix [#24419] Console Autocomplete Error [Patch to fix attached]Campbell Barton
2010-10-18recent fix for relative imports broke autocomp.Campbell Barton
2010-07-14fix for autocomp., was raising an error when autocompleating functions define...Campbell Barton
2010-04-25py console autocomp. fixCampbell Barton
2010-02-14autocompete was matching import_foo as import keyword.Campbell Barton
2009-12-13add pep8 headers so these scripts spit out errors when running pep8.Campbell Barton
2009-12-07- string copy without .py wasnt terminating the stringCampbell Barton
2009-11-07missed committing this file (from Stani's patch)Campbell Barton
2009-11-06patch from Stani, support for function arguments in autocompleteCampbell Barton
2009-10-30Patch from Stani for autocompleteCampbell Barton
2009-10-29replacement for my own autocomplete module by staniCampbell Barton