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-11-11Cleanup: correct argument order to callbackCampbell Barton
2020-11-09macOS: follow system preference for natural trackpad scroll directionYevgeny Makarov
2020-11-06Cleanup: Render Module: move header files to main directoryAaron Carlisle
2020-11-06Fix compilation error when building from scratchSergey Sharybin
2020-11-06Refactor: move wmWindowManager .blend I/O to IDTypeInfo callbacksJacques Lucke
2020-11-06Cleanup: use ELEM macroCampbell Barton
2020-11-06Cleanup: follow our code style for float literalsCampbell Barton
2020-11-05Spelling: Predefined, Look Up, No OneHarley Acheson
2020-11-04Cleanup: Use LISTBASE_FOREACHHans Goudey
2020-11-03Cleanup: Use recently added helper function to find File Browser UI dataJulian Eisel
2020-11-03Add a callback to `IDTypeInfo` to allow preservation of some data accross mem...Bastien Montagne
2020-11-03Fix C operators can't set default display or sort type for File BrowserJulian Eisel
2020-11-03Fix possible use-after-free when closing Blender with File Browser openJulian Eisel
2020-11-01Rename BKE_sequencer.hRichard Antalik
2020-11-01Cleanup: Fix typo in commentHans Goudey
2020-10-31Cleanup: clang-formatLukas Stockner
2020-10-30Merge branch 'blender-v2.91-release'Campbell Barton
2020-10-30Undo System: support for grouping steps with begin/end callsCampbell Barton
2020-10-29UI: Improvements to Close File DialogYevgeny Makarov
2020-10-28UI: Misc Label and Description ChangesYevgeny Makarov
2020-10-28GPencil: New support to trace sequence imagesAntonio Vazquez
2020-10-27Cleanup: use over-line for doxy commentsCampbell Barton
2020-10-24UI: Capitalization CorrectionsYevgeny Makarov
2020-10-22WM: warn when event's have repeat set for non keyboard eventsCampbell Barton
2020-10-22WM: ensure is_repeat isn't set for mouse-move eventsCampbell Barton
2020-10-21UI: Allow changing the active side of line gesturesPablo Dobarro
2020-10-21WM: ensure is_repeat isn't copied from the last eventCampbell Barton
2020-10-21Cleanup: simplify lasso transform from 17cb2a6da0c88Campbell Barton
2020-10-21Cleanup: avoid error prone nested switch statements (missing break)Campbell Barton
2020-10-20UI: Add angle snapping to line gesture toolsPablo Dobarro
2020-10-20Fix error in the last commitPablo Dobarro
2020-10-20UI: Move gesture selection with spacebarPablo Dobarro
2020-10-19Spelling: Loose Versus LoseHarley Acheson
2020-10-19Spelling: It's Versus ItsHarley Acheson
2020-10-18Fix for T81400: Block Width CorrectionsHarley Acheson
2020-10-18Cleanup: More miscellaneous code quality changes in wm directoryHans Goudey
2020-10-17Cleanup: Miscellaneous improvements in wm directoryHans Goudey
2020-10-16Fix (reported by studio team) crash in relocate lib code.Bastien Montagne
2020-10-16PyAPI: unregister add-ons when exitingCampbell Barton
2020-10-15Cleanup: remove duplicate context variable (__py_context)Campbell Barton
2020-10-15Cleanup: use defined sizes when accessing file date/timeCampbell Barton
2020-10-14Cleanup: Comment formatting, grammarHans Goudey
2020-10-14UI: Show more information in open file tooltipJuanfran Matheu
2020-10-14Cleanup: multi-line comment blocksCampbell Barton
2020-10-13Fix T81656: Crash relocating a linked library into the current .blendPhilipp Oeser
2020-10-13Fix T81589: Correct drag type handling in outlinerRobert Guetzkow
2020-10-13UI: Monochrome Alert Icons and use the Question icon in the Quit dialogYevgeny Makarov
2020-10-10Cleanup: use C comments for descriptive textCampbell Barton
2020-10-09GPU: Add more safeguard for BGL callsClément Foucault
2020-10-07UI: Use property split in various pop-up dialogsYevgeny Makarov