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
2020-08-19Fix T79816: Restore scene.statistics() BPY functionHans Goudey
2020-07-21Cleanup: spellingCampbell Barton
2020-07-18UI: Status Bar Statistics and Other OptionsHarley Acheson
2020-07-13Python API: new RNA property `Screen.is_scrubbing`Sybren A. Stüvel
2020-05-08Fix T76471: timer not removed after changing file browser to another typeBrecht Van Lommel
2020-04-03Cleanup: Rename bScreen variables from sc/scr to screenJulian Eisel
2020-04-03Cleanup: Rename ScrArea variables from sa to areaJulian Eisel
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-02-21Cleanup: remove unused ScreenAnimData.refreshCampbell Barton
2020-02-18Fix T70898: Area.type access fails for topbar & statusbarCampbell Barton
2019-10-16RNA: region_to_view took int's instead of floatsCampbell Barton
2019-08-23RNA: Cleanup PointerRNA structJacques Lucke
2019-08-14Fix Area.ui_type invalid during area changeJulian Eisel
2019-06-30UI: Use term "3D Viewport"Aaron Carlisle
2019-06-29RNA: Add Screen.is_temporaryCampbell Barton
2019-06-03Cleanup: style, use braces in RNACampbell Barton
2019-05-03Cleanup: replace RGN_ALIGN_ENUM_MASKCampbell Barton
2019-05-01Fix T64049: Unset space type crashesCampbell Barton
2019-04-19UI: move top-bar into the spaces headerCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-05Interface: New region type 'Footer', used by text editorGeorge Vogiatzis
2019-03-13Fix T62510: Crash resetting space type to defaultCampbell Barton
2019-03-05RNA: remove Screen.layout_nameCampbell Barton
2019-03-05Fix T61780: Crash when trying to access screen areas through the outliner.Bastien Montagne
2019-03-05Fix T62199: Incorrect bpy.data.screens behaviorCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-16Fix T61593: Python can't access HUD region-typeCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-03Cleanup: trailing commasCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-05UI: Preferences Redesign Part 2Severin
2019-01-02Cleanup: indentation, namingCampbell Barton
2018-11-27UI: Bring back User Preferences entry in Editors list.Pablo Vazquez
2018-10-30PyAPI: Use 'None' arg to clear header textCampbell Barton
2018-10-30WM: correct description for header/status_text_setCampbell Barton
2018-10-29UI: Vertical Properties Editor TabsJulian Eisel
2018-10-08UI: new icon set by Andrzej Ambroz.Brecht Van Lommel
2018-09-07RNA: Area.header_text_set text is now requiredCampbell Barton
2018-09-07Merge branch 'master' into blender2.8Campbell Barton
2018-09-07Cleanup: move area API into own functionCampbell Barton
2018-08-17UI: save statusbar/topbar collapsed state per screen.Brecht Van Lommel
2018-07-05Merge branch 'master' into blender2.8Campbell Barton
2018-07-05RNA: correct callback typeCampbell Barton
2018-07-01Merge branch 'master' into blender2.8Campbell Barton
2018-07-01RNA: use bool for boolean RNA typesCampbell Barton
2018-06-29Merge branch 'master' into blender2.8Campbell Barton
2018-06-29Cleanup: trailing newlinesCampbell Barton
2018-06-28UI: keep some operator text in headers.Brecht Van Lommel
2018-06-26UI: move modal operator text from headers to status bar.Brecht Van Lommel
2018-06-22Cleanup: 2.8-new G.main in RNA code.Bastien Montagne