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
2015-02-26Workaround T43491: Python readline causes crashCampbell Barton
2013-05-24disable auto indent when pasting text into the python console.Campbell Barton
2013-05-08auto indent for multi-line python statements.Campbell Barton
2013-02-08patch [#34163] "Zoom" in Python console startup messageCampbell Barton
2012-10-12fix for own error in copy_as_script(), imports were incorrect.Campbell Barton
2012-10-08style cleanup: pep8Campbell Barton
2012-09-27pep8 cleanupCampbell Barton
2012-08-20copy as script operator for the console, so you can copy input from a console...Campbell Barton
2012-07-29style cleanupCampbell Barton
2012-07-03Style edit (mostly), use """ for docstrings (not ''').Bastien Montagne
2012-06-20add in convenience var 'D = bpy.data' - to the python console, add note for C...Campbell Barton
2012-04-07* Replace some more Blender 2.5x with Blender 2.6x and some code cleanup. Thomas Dinges
2012-03-31move debug flag into its own global var (G.debug), split up debug options.Campbell Barton
2011-10-23minor formatting edits (80 char width)Campbell Barton
2011-10-17correct spelling errors in commentsCampbell Barton
2011-09-19/release/scripts: Removed final points in UI strings and messages.Bastien Montagne
2011-08-25executing operators that changed the context from the console wasnt returning...Campbell Barton
2011-06-10added a check to console auto-compleation for pythons struct_seq type, so bpy...Campbell Barton
2011-04-12less alarming warnings about the python api not being stable in online docs a...Campbell Barton
2011-04-04fix [#26757] Python console: help() doesn't work anymoreCampbell Barton
2011-03-21move script directories for internal blender scripts.Campbell Barton