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
2022-09-26Console: Add gpu python module to list of internal modules.Jeroen Bakker
2022-06-02Cleanup: remove "<pep8 compliant>" from headersCampbell Barton
2022-05-20Cleanup: move 'console' module to 'bl_console_utils.autocomplete'Campbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-24Cleanup: Grammar: its self vs. itselfHans Goudey
2021-03-06Cleanup: remove workaround for Python 3.7x crashing with libeditCampbell Barton
2019-11-28Console: remove shortcuts from console splashCampbell Barton
2018-09-03Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
2018-07-03Cleanup: pep8Campbell Barton
2017-09-21revert commit c0a7e9b6312d74 because it did not work as expectedGaia Clary
2017-09-20D2777: allow blank lines and lines with spaces/tabs in cut/pasteGaia Clary
2016-07-30Cleanup: pep8Campbell Barton
2016-02-04Use contextlib for temporary py console overridesCampbell Barton
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