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-10-28PyAPI: unregister add-ons when exitingCampbell Barton
2020-08-12Fix T79324: Crash when changing View Layer while VR session runsJulian Eisel
2020-07-29Fix T78037: fresh install of blender 2.83.0 not able to save user startup file.Bastien Montagne
2020-07-13Fix missing GPU image free in background modeBrecht Van Lommel
2020-07-02Fix: Crash when closing window while Outliner shows screensJulian Eisel
2020-07-02Fix T77830: Crash in VR session when opening material previewJulian Eisel
2020-06-25Fix T77853: Error reloading linked library.Bastien Montagne
2020-06-02Revert "Fix T67577: Add-on unregister can't access preferences on factory reset"Campbell Barton
2020-06-01Fix T67577: Add-on unregister can't access preferences on factory resetCampbell Barton
2020-05-29Blender: change bugfix release versioning from a/b/c to .1/.2/.3Brecht Van Lommel
2020-05-26Fix T76926: Crash with Full Screen file browser window preferenceJacques Lucke
2020-05-25VR: Fix big performance bottleneck for simple scenesJulian Eisel
2020-05-25Fix T77031: Blender as pymodule crashes when renderingCampbell Barton
2020-05-21Cleanup: add doxy sections for event queue handlingCampbell Barton
2020-05-20Fix T76794: Number button cursor overrides eyedropper cursorCampbell Barton
2020-05-20Fix the current pixelsize impacting thumbnailsCampbell Barton
2020-05-19Fix T73169: Side by Side Stereo Rendering GlitchesJeroen Bakker
2020-05-18Fix T75292: File-select events not handled while modal handler is activeJacques Lucke
2020-05-14UI: Fix Unreported missing background for azone arrowClément Foucault
2020-05-14Fix T76732: Error detecting modifier key clicksCampbell Barton
2020-05-14WM: include previous value, type in event printingCampbell Barton
2020-05-14Cleanup: sync clang-format with masterCampbell Barton
2020-05-13Fix T76646: Crash when changing Size in Add Cube pop-up in some cases.Bastien Montagne
2020-05-13Fix zero tablet pressure for simulated eventsCampbell Barton
2020-05-13Fix T76320: Thread race condition on undo with prefetching enabledRichard Antalik
2020-05-08Fix T76484: Infinite event handling when loading with load_ui=FalseCampbell Barton
2020-05-05Fix T76402: App templates prevent factory settings theme resetCampbell Barton
2020-05-05Fix T76318: lower part of new preferences window does not workBrecht Van Lommel
2020-04-29Fix T71334: top part of render window disappears on repeated rendersBrecht Van Lommel
2020-04-27Fix T75736 Viewport update problem when switching between view layersClément Foucault
2020-04-23Fix T75607: crash trying to sculpt while remesh is in progressBrecht Van Lommel
2020-04-18Fix: Build error on headless buildGary Oberbrunner
2020-04-15UI: Avoid manual right-alignment of text in splash screenYevgeny Makarov
2020-04-15UI: Round splash image corners according to theme preferencesYevgeny Makarov
2020-04-15Resources: Remove small splash screen image variantJulian Eisel
2020-04-15UI: Automatically scale splash screen imageHarley Acheson
2020-04-14Fix T75535: Compositor backdrop gizmo dragging interrupts with nodePhilipp Oeser
2020-04-13VSE: Add sample toolRichard Antalik
2020-04-08Fix Windows Tablet API preference not being usedMiguel Pozo
2020-04-08Fix status bar message showing saved when saving failedCampbell Barton
2020-04-08Debugging: change Undo/Redo redraw timer to include dependency graph updateBrecht Van Lommel
2020-04-07Cleanup: BLI_path.h function renamingCampbell Barton
2020-04-04Cleanup: Split up Window-Manager VR file (and related changes)Julian Eisel
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 ExtensionRNA variables from ext to rna_extJulian Eisel
2020-04-03Cleanup: Rename bScreen variables from sc/scr to screenJulian Eisel
2020-04-03Cleanup: Rename ScrArea variables from sa to areaJulian Eisel
2020-04-03Cleanup: Continue renaming ARegion variables from ar to regionJulian Eisel
2020-04-02Fix warnings caused by own earlier commitJulian Eisel