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
2019-08-24UI: Various tooltip corrections and fixesWilliam Reynish
2019-06-26RNA: only search necessary space types when unregistered panelsCampbell Barton
2019-06-25Fix T65999: Crash when disabling an addon while its panel is visibleDalai Felinto
2019-06-11Fix panel-type re-registration with parentsCampbell Barton
2019-06-03Cleanup: style, use braces in RNACampbell Barton
2019-05-19UI: add Panel.bl_order property to control order of panels for add-onsBrecht Van Lommel
2019-04-21Cleanup: comments (long lines) in makesrnaCampbell Barton
2019-04-17ClangFormat: format '#if 0' codeCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-27UI: support an 'active default' button for pop-upsCampbell Barton
2019-03-20UI: support for popups starting with buttons activatedCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-12Fix T51771: UI Messages: Reserve 'Normal' to its geometric meaning.Bastien Montagne
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-09Revert/Redo ugly rBd12b3767f81d commit (i.e. add locked sorting option to UIL...Bastien Montagne
2018-12-24Fix/cleanup another bunch of UI messages issues.Bastien Montagne
2018-12-20UI: add UILayout.directionCampbell Barton
2018-11-22Cleanup: Move debug warning message about panels missing category from drawin...Bastien Montagne
2018-11-14Merge branch 'master' into blender2.8Campbell Barton
2018-11-14WM: enforce descriptions being NULL or definedCampbell Barton
2018-10-26PyAPI: raise error when toolbar panels use tabsCampbell Barton
2018-10-11Add new parameter to reverse UIList itemsAntonioya
2018-10-06Fix crash unregistering parent panel before children.Brecht Van Lommel
2018-10-01Fix freed memory use w/ panel unregisterCampbell Barton
2018-09-26UI: allow fractical unit size for layouts.Brecht Van Lommel
2018-09-25Add fixed width/height parameter for layoutsAntonioya
2018-09-08Fix gizmo poll functionCampbell Barton
2018-07-13WM: register global list of panel typesCampbell Barton
2018-07-05Merge branch 'master' into blender2.8Campbell Barton
2018-07-05RNA: correct callback typeCampbell Barton
2018-07-03UI: optional ui-unit-width for popoversCampbell Barton
2018-07-02Merge branch 'master' into blender2.8Campbell Barton
2018-07-02Cleanup: use bool for poll functionsCampbell 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-16UI: Add property decorator buttonsCampbell Barton
2018-06-13UI: preset popover buttons in panel headers.Brecht Van Lommel
2018-06-09UI: use draw_header function for popover buttonsCampbell Barton
2018-06-09Merge branch 'master' into blender2.8Campbell Barton
2018-06-09Cleanup: trailing space in RNACampbell Barton
2018-06-05Merge branch 'master' into 28Campbell Barton
2018-06-04Cleanup: correct menu nameCampbell Barton
2018-06-03UI: add subpanel support.Brecht Van Lommel
2018-05-28UI: Option to layout properties in two columnsCampbell Barton
2018-05-13UI/Python: layout API support for setting button emboss style.Brecht Van Lommel
2018-04-20UI: New Global Top-Bar (WIP)Julian Eisel