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-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
2018-02-28WorkSpace: UI filtering for add-onsCampbell Barton
2017-10-18Cleanup: Use const for RNA EnumPropertyItem argsCampbell Barton
2017-09-13Cleanup: avoid right-shifted args in RNA registerCampbell Barton
2017-08-31RNA: strict naming for types in bpy.typesCampbell Barton
2017-08-31RNA: Limit which classes struct-map containsCampbell Barton
2017-08-31RNA: existing type check used wrong identifierCampbell Barton
2017-08-23RNA: report error on struct naming collisionCampbell Barton
2017-08-11Error in last commit, problems with unregisterCampbell Barton
2017-04-13Datablock ID PropertiesAlexander Romanov
2016-12-12Refactor RNA property: split flags in property flags, parameter flags, and in...Bastien Montagne
2015-11-23Cleanup: use `rna_enum_` prefix for RNA enumsCampbell Barton