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-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-19Cleanup: declare & assign variables on the same lineCampbell Barton
2020-03-19UI: add view aligned gizmo colorCampbell Barton
2020-03-19VSE: Strip drawing improvementsRichard Antalik
2020-03-18Cleanup: Resolve HKEY conflictRay Molenkamp
2020-03-18Fix headless and Python module build after recent alert icon changesBrecht Van Lommel
2020-03-18Objects: add Volume object type, and prototypes for Hair and PointCloudBrecht Van Lommel
2020-03-16Cleanup: use unsigned char for UI_view2d_text_cache_addCampbell Barton
2020-03-16UI: Add an Outline to the Popover ArrowsYevgeny Makarov
2020-03-15Cleanup: redundant checksCampbell Barton
2020-03-15Cleanup: use 'const' style argumentCampbell Barton
2020-03-15Cleanup: shadow warning, clang-formatCampbell Barton
2020-03-14UI: Larger Alert IconsHarley Acheson
2020-03-12Fix T73228: UI shows settings of wrong marker when movie clip is offsetJacques Lucke
2020-03-12Fix T73212: Gizmo's are still interactive when behind nodesCampbell Barton
2020-03-10Fix T74585: Crash when scrolling viewport shading pop-upJulian Eisel
2020-03-09UI: avoid blurring of view navigation widgets at some UI scalesYevgeny Makarov
2020-03-09Fix layout.prop invert_checkbox not working combined with iconsBrecht Van Lommel
2020-03-09GPencil: Refactor of Draw Engine, Vertex Paint and all internal functionsAntonio Vazquez
2020-03-09Cleanup: Replace ABS/SQUARE/CUBE with function callsSergey Sharybin
2020-03-06Cleanup: Fix forward declaration of headersDalai Felinto
2020-03-06Cleanup: Rename ARegion variables from ar to regionJulian Eisel
2020-03-06Bring back code accidentally removed by previous commitJulian Eisel
2020-03-06Cleanup: Reduce context usage in UI functionsJulian Eisel
2020-03-05Cleanup: redundant castsCampbell Barton
2020-03-05Cleanup: material API namingCampbell Barton
2020-03-04Fix T74434: Video Sequencer: Alt+ clicking (assign to all selected) doesPhilipp Oeser
2020-03-04Refactor ID make local to use a single flag parameter.Bastien Montagne
2020-03-04Cleanup: Rename 'make local' functions to new scheme.Bastien Montagne
2020-03-04Cleanup: avoid the term old when storing/restoring context variablesCampbell Barton
2020-02-28Cleanup: clang-formatBrecht Van Lommel
2020-02-28Fix T65351: visual glitches when scrolling in popoversYevgeny Makarov
2020-02-28File Browser: Add Ctrl+F shortcut to activate filter textboxJacques Lucke
2020-02-28UI: add theme option for grid levels to display in node editor backgroundPawel Franitza
2020-02-28UI: improve label text colors in save and security popupsYevgeny Makarov
2020-02-28Fix T73587: Wrong sub-panel animation on double-clickTobias Langen
2020-02-26Cleanup: spellingCampbell Barton
2020-02-25UI: Add theme option for time markers lineMichael Soluyanov
2020-02-25Cleanup: clang-formatBrecht Van Lommel
2020-02-25WM: move cursor refresh tag to the windowCampbell Barton
2020-02-22Fix crash when open default templateAntonio Vazquez
2020-02-22Cleanup: internal changes to cursor resettingCampbell Barton
2020-02-21Fix T74006: Alt+ clicking (assign to all selected) doesn not work forPhilipp Oeser
2020-02-19Theme: Radial gradient background and enum for gradient typePablo Dobarro
2020-02-19Cleanup: assign Main, use existing assignmentsCampbell Barton
2020-02-17Fix many typos and other issues in UI messages.Bastien Montagne
2020-02-15Cleanup: mixed camel/snake caseCampbell Barton
2020-02-15Revert "Fix T73763: Laggy with nodes Editor + International Fonts"Clément Foucault
2020-02-14Cleanup: simplify redundant tests in scrollbar codeNicholas Rishel
2020-02-14Fix T73763: Laggy with nodes Editor + International Fontsmano-wii