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-08-13Fix T86883: Add/fix suport of liboverrides in relocate/reload library case.Bastien Montagne
2021-08-12Fix T90630: Crash loading certain user preferencesCampbell Barton
2021-08-12Cleanup: comments/disabled codeCampbell Barton
2021-08-12Fix T89046: Startup file with Python drivers crashes on loadCampbell Barton
2021-08-12Cleanup: use parameters struct for wm_homefile_readCampbell Barton
2021-08-12Cleanup: use C++ style comments for disabled codeCampbell Barton
2021-08-11Fix T88033: Python reference memory leaks for non main data-blocksCampbell Barton
2021-08-09Cleanup/fixes in UI messages.Bastien Montagne
2021-08-06Cleanup: use MEM_SAFE_FREE macroCampbell Barton
2021-08-05Fix T90430: Crash when dragging materialJulian Eisel
2021-08-05Cleanup: remove redundant parenthesisCampbell Barton
2021-08-04T90371: Asset: Drop Material Tooltip.Jeroen Bakker
2021-08-04Cleanup: use C comments for descriptive textCampbell Barton
2021-08-03Blender Readfile: Fix annoying useless Object reading error messages.Bastien Montagne
2021-08-03Cleanup: use C++ comments or 'if 0' for commented codeCampbell Barton
2021-08-02WindowManager: Support Dynamic tooltips when dragging.Jeroen Bakker
2021-07-30Fix T90318: Dragging asset while Asset Browser is still loading crashesJulian Eisel
2021-07-30Cleanup: missing leading '*' from comment blocksCampbell Barton
2021-07-30Cleanup: spelling in commentsCampbell Barton
2021-07-27Cleanup: add note from T85517 fixCampbell Barton
2021-07-26Fix T85517: Cannot type Space while holding Shift key in text-field like spaces.Himanshi Kalra
2021-07-23Cleanup: double spaces in stringsCampbell Barton
2021-07-23Cleanup: code comments punctuation / spacingCampbell Barton
2021-07-20Cleanup: Store asset-handle in drag dataJulian Eisel
2021-07-20Cleanup: use single back-tick quoting in commentsCampbell Barton
2021-07-19Fix broken 'undocumented' case in registration of Macro opertators.Bastien Montagne
2021-07-16Fix T89782: Segfault populating popup menu with dimensions above the opengl l...Germano Cavalcante
2021-07-16Cleanup: spelling in commentsCampbell Barton
2021-07-16Cleanup: compiler warningsCampbell Barton
2021-07-15UI: Support defining UI lists in CJulian Eisel
2021-07-15UI: Support UI list tooltips, defined via Python scriptsJulian Eisel
2021-07-15UI: Internal support for custom UI list item drag & activate operatorsJulian Eisel
2021-07-15UI: UI list refactor & preparations for asset view templateJulian Eisel
2021-07-15Assets: Initial Asset List as part of the Asset System designJulian Eisel
2021-07-15Cleanup: replace BLI_assert(!"text") with BLI_assert_msg(0, "text")Campbell Barton
2021-07-07Cleanup: spelling in commentsCampbell Barton
2021-07-05Replace Ghost integrals with stdint fixed width integers.Nicholas Rishel
2021-07-05macOS: support Japanese input for text buttonsYuki Hashimoto
2021-07-05Fix: IME conversion candidate window not correctly placed on macOSYuki Hashimoto
2021-07-05Cleanup: spelling in commentsCampbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-30Cleanup: use const arguments for accessor functionsCampbell Barton
2021-06-28UI: Do Not Resize Already-Open Temporary WindowsJesse Y
2021-06-28Cleanup: repeated terms in code comments & error messagesCampbell Barton
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-06-24Fix linking code after own recent commit.Bastien Montagne
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-06-23Revert "Revert "Enhanced stats/reports for blendfile reading.""Bastien Montagne
2021-06-22Cleanup: Spelling MistakesLeon Zandman
2021-06-22Revert "Enhanced stats/reports for blendfile reading."Brecht Van Lommel