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
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-04-20PyAPI: support Operator.poll functions 'disabled' hintCampbell Barton
2021-04-20Cleanup: add CTX_wm_operator_poll_msg_clearCampbell Barton
2021-04-19Fix spin-gizmo button tool-tip placementCampbell Barton
2021-04-13PyAPI: support retrieving the exception when running a stringCampbell Barton
2021-03-18Cleanup: spellingCampbell Barton
2021-01-27UI: Tooltip for data-block selector menus, showing full name and library infoJulian Eisel
2021-01-25UI: Gizmo Tooltip PositioningHarley Acheson
2021-01-13UI: Revert design changes to data-block selector for the 2.92 releaseJulian Eisel
2021-01-07Cleanup: Declare variables where initializedHans Goudey
2020-12-18UI: Redesigned data-block selectorsJulian Eisel
2020-11-11UI: Tooltips: dont add period to labelsAaron Carlisle
2020-10-19Spelling: It's Versus ItsHarley Acheson
2020-10-03Cleanup: Remove/replace C standard library assert() and header usagesJulian Eisel
2020-09-09Cleanup: reduce variable scopeJacques Lucke
2020-09-02UI: simplify tool-tip logic for operatorsCampbell Barton
2020-08-28Fix T80195: crash when invoking tooltips on MacOSGermano Cavalcante
2020-08-26Cleanup: use const variables in interface codeCampbell Barton
2020-08-17Cleanup: move Python script execution into BPY_extern_run.hCampbell Barton
2020-08-01Cleanup: use term init instead of initialize/initialiseCampbell Barton
2020-07-27UI: improve errors when evaluating a number button failsCampbell Barton
2020-07-03Cleanup: Interface, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-06-23Cleanup: rename 'name' to 'filepath' for DNA typesCampbell Barton
2020-05-11UI: apply vertical tool-tip offset in pixel-spaceCampbell Barton
2020-04-03Code Quality: Replace for loops with LISTBASE_FOREACHDalai Felinto
2020-04-03Cleanup: Including "BLI_listbase.h" for LISTBASE_FOREACH macroDalai Felinto
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-03-15Cleanup: use 'const' style argumentCampbell Barton
2020-03-06Cleanup: Rename ARegion variables from ar to regionJulian Eisel
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