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-24Cleanup: fix warning -WparenthesesPeter Kim
2021-07-23XR: Fix for Viewport Denoising ArtifactsPeter Kim
2021-07-23Cleanup: double spaces in stringsCampbell Barton
2021-07-23Cleanup: code comments punctuation / spacingCampbell Barton
2021-07-23XR: Reference Space ImprovementsPeter Kim
2021-07-23Cleanup: "position tracking" typo in enum memberPeter Kim
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-06Fix incompatible type passed to XR hapticSergey Sharybin
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-23Cleanup: reformat trailing comments that caused line wrappingCampbell Barton
2021-06-22Cleanup: Spelling MistakesLeon Zandman
2021-06-22Revert "Enhanced stats/reports for blendfile reading."Brecht Van Lommel
2021-06-22Enhanced stats/reports for blendfile reading.Bastien Montagne
2021-06-22Fix T89196: Depsgraph use-after-free after scene switching undoSergey Sharybin
2021-06-22Cleanup: Use more clear visibility tag function nameSergey Sharybin
2021-06-22Refactor of Wintab to use Wintab supplied mouse movement once verified agains...Nicholas Rishel
2021-06-16UI - LOCAL View3D overlay statsHarley Acheson
2021-06-13Cleanup: redundant initializationCampbell Barton
2021-06-12Fix T88812: Child Windows on Vertical MonitorsHarley Acheson
2021-06-11Render Window as Non-Child on Win32 platformHarley Acheson
2021-06-11Add option to link assets on drag & dropJulian Eisel
2021-06-09Cleanup: remove redundant checks which have already been testedCampbell Barton
2021-06-09Fix T88885: Circle select deselects first selections after moving cursorGermano Cavalcante
2021-06-07Cleanup: remove redundant cast, use const castsCampbell Barton
2021-06-03WM: only use the tablet drag threshold for mouse button eventsCampbell Barton
2021-06-01GPU: add 2D projection functionCampbell Barton
2021-05-27Win: Add launcher to hide the console window flashRay Molenkamp