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
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
2015-08-18Refactor translation code out of blenfontCampbell Barton
2015-01-26Cleanup: strcmp/strncmp -> STREQ/STREQLEN (in boolean usage).Bastien Montagne
2014-12-25Refactor 'immediate search' featureBastien Montagne
2014-08-27UI: Warn when using fallback categoryCampbell Barton
2014-08-26Fix T38999: Tool tabs and Old Addons living in perfect harmony.Bastien Montagne
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-02-08RNA API: remove unused PROP_NEVER_CLAMP flagCampbell Barton
2014-02-07Quiet warningCampbell Barton
2014-02-06Fix T38515: python menu tooltip description affecting unrelated menus.Brecht Van Lommel
2014-01-25Fix T38356: Crash when UIList.filter_items returns too few items.Bastien Montagne
2014-01-16Code Cleanup: no need to pass empty strings as default valuesCampbell Barton
2013-12-16UI: Tabs categories for panels (D75)Campbell Barton
2013-09-20code cleanup: quiet rna warnings, remove remove_strict_flags() for cmake/rna.Campbell Barton
2013-09-10Usual UI messages fixes...Bastien Montagne
2013-08-30minor ui editsCampbell Barton
2013-08-29Last uiList patch (for now!): filtering and reordering of shown elements.Bastien Montagne
2013-03-19Various cleanup around default i18n context.Bastien Montagne
2013-03-15Add the possibility to define the translation context for py rna classes (ope...Bastien Montagne
2013-01-28Fix [#34023] r54146 breaks name-display of default "UI_UL_list"Bastien Montagne
2013-01-28Fix for errors caused by fixing RNA function register flags. Default UIList c...Lukas Toenne
2013-01-20Python i18n API. Many thanks to Campbell and Brecht for the reviews and sugge...Bastien Montagne
2013-01-09remove uiPanelClearType(), instead redraw all windows when registering/unregi...Campbell Barton