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-01-22Cleanup: Rename ED_region_init() -> ED_region_floating_initialize()Julian Eisel
2020-01-16Fix T73150: Python tooltips missing from toolbarCampbell Barton
2019-12-11UI: show tool cycling shortcuts in the toolbarCampbell Barton
2019-12-11Cleanup: spellingCampbell Barton
2019-12-06Tool System: don't assert when showing tooltips in a different spaceCampbell Barton
2019-11-25CMake: support building without PythonCampbell Barton
2019-09-06Python API: implement an Operator callback for dynamic description.Alexander Gavrilov
2019-08-28Fix T68971: Copy As New Driver from Material node creates a bad reference.Alexander Gavrilov
2019-08-23RNA: Cleanup PointerRNA structJacques Lucke
2019-08-06Fix T66731: Part 3: Labels translations when tools are in 'compact' mode.Bastien Montagne
2019-08-05Cleanup: use unsigned char for theme colorsCampbell Barton
2019-06-19UI: show label in tool-tipsCampbell Barton
2019-06-11Fix/Cleanup: I18N: Bad usage of IFACE_ instead of TIP_.Bastien Montagne
2019-05-28Gizmo: changes to internal drag logicCampbell Barton
2019-05-27Gizmo: add per gizmo keymapsCampbell Barton
2019-05-09I18n disambiguation: Drag (physics force vs. mouse action).Bastien Montagne
2019-05-01ClangFormat: run with ReflowComments on source/Campbell Barton
2019-04-17Cleanup: comment length in interfaceCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-25Cleanup: use braces for interface codeCampbell Barton
2019-03-15Tool System: split UI label from tool identifiersCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-26Cleanup: remove redundant BKE/BLI/BIF headersCampbell Barton
2019-01-04Cleanup: use typed unsigned intsCampbell Barton
2019-01-04UI: refactor layout vars out of uiFontStyleCampbell Barton
2018-11-25UI: Disable font shadow in tooltipJulian Eisel
2018-11-22UI: hide shortcut from gizmo tip when none foundCampbell Barton
2018-11-20Fix error generating toolbar tooltipCampbell Barton
2018-11-14Paint: remove brush select paint_modeCampbell Barton
2018-11-12Fix error clearing the popup toolbar keymapCampbell Barton
2018-11-09Fix T57737: crash displaying expanded tooltip for transform toolPhilipp Oeser
2018-11-07Cleanup: remove some useless BKE_library and BKE_main includes.Bastien Montagne
2018-11-07Tool System: display tooltip generation errorCampbell Barton
2018-11-07Paint: paint.brush_select now supports gpencilCampbell Barton
2018-11-07Paint: update shortcut detection for new logicCampbell Barton
2018-11-06Brush: split out vertex paint tool & blend modeCampbell Barton
2018-10-16Cleanup: namingCampbell Barton
2018-09-06UI: tweak tool bar tooltipsCampbell Barton
2018-09-05UI: tweak tooltip placementCampbell Barton
2018-09-05UI: avoid comma which can be used in shortcutsCampbell Barton
2018-09-05UI: show a small label next to the toolCampbell Barton
2018-09-04Fix assert creating a tools tipCampbell Barton
2018-09-04UI: support immediate non-overlapping tooltipsCampbell Barton
2018-09-04Merge branch 'master' into blender2.8Campbell Barton
2018-09-04UI: cleanup tooltip bounds clampingCampbell Barton
2018-09-04UI: show tool name in tip w/ icon-only displayCampbell Barton
2018-09-03Tool System: add paint brush shortcutCampbell Barton
2018-09-03Cleanup: replace __import__ w/ import argumentCampbell Barton