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-06-02Cleanup: remove "<pep8 compliant>" from headersCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2019-09-14Cleanup: quiet unused arg warningCampbell Barton
2019-09-09Cleanup: trailing space, remove tabs, pep8Campbell Barton
2019-08-10UI: Add initial context menus for Info and Console editorsWilliam Reynish
2019-08-09UI: expand on console menusCampbell Barton
2019-04-19Cleanup: mark unused arguments in UI scriptsCampbell Barton
2018-12-20Cleanup: remove intermediate menu drawing functionCampbell Barton
2018-05-24UI: View menu area operators now in submenuCampbell Barton
2017-03-19Moving classes to separate listing broke panel orderCampbell Barton
2017-03-18PyAPI: remove bpy.utils.register_module()Campbell Barton
2016-06-22Fix T48703: Name inconsistency w/ area maximize/fullscreenCampbell Barton
2014-10-14Fullscreen Editor (new fullscreen mode for clean UI)Dalai Felinto
2014-01-27UI: Replace +/- menus with collapsible onesCampbell Barton
2013-04-20code cleanup: minor improvements to scripts.Campbell Barton
2013-02-08disable translations for some python buttons.Campbell Barton
2012-12-09console auto-complete button looked silly when aligned against a menu.Campbell Barton
2012-10-08style cleanup: pep8Campbell Barton
2012-08-20copy as script operator for the console, so you can copy input from a console...Campbell Barton
2012-07-05style cleanupCampbell Barton
2012-06-04patch [#31644] Py Console: Indent and unindent independent of cursor (aligned...Campbell Barton
2012-05-09patch [#31359] Py Console: Empty current lineCampbell Barton
2011-09-222.6 Python UI files:Thomas Dinges
2011-09-21remove use of gettext: _("...") style translation now its handled by rna.Campbell Barton
2011-09-15Fixing issues with i18n stuff:Sergey Sharybin
2011-09-01merge with trunk r39834Xiao Xiangquan
2011-08-22pep8 edits and change '!= None' to 'is not None'Campbell Barton
2011-08-19py style change only - make property definitions consistentCampbell Barton
2011-08-132.6 UI Files:Thomas Dinges
2011-08-12import common classes from bpy.types, saves ~1000 python getattrs on startup.Campbell Barton
2011-07-14merge from trunk 38379Xiao Xiangquan
2011-07-08finish user preference dlg's input handlesXiao Xiangquan
2011-04-04fix [#26754] Live Edit and Editing UI scripts don't workCampbell Barton
2011-03-21move script directories for internal blender scripts.Campbell Barton