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
2022-02-10Rebase on mastertemp-license-header-spdxCampbell Barton
2022-02-04Fix: Missing translations from operator descriptionsHans Goudey
2022-02-02Proxies Removal: Handle conversion to liboverrides also for linked data.Bastien Montagne
2022-01-19Docs: notes on thumbnail sizesCampbell Barton
2022-01-12Revert "BLI: Refactor vector types & functions to use templates"Clément Foucault
2022-01-12BLI: Refactor vector types & functions to use templatesClment Foucault
2022-01-12Revert "BLI: Refactor vector types & functions to use templates"Clément Foucault
2022-01-12BLI: Refactor vector types & functions to use templatesClément Foucault
2022-01-12Fix T94041: Loading a new file gives crash while rendering in viewportSergey Sharybin
2022-01-06Cleanup: spelling in commentsCampbell Barton
2021-12-16WM: various changes to file writing behaviorCampbell Barton
2021-12-16Cleanup: simplify file saving logicCampbell Barton
2021-12-16Remove G.relbase_validCampbell Barton
2021-12-15Fix T93949: Preview Image Error When No ScreenHarley Acheson
2021-12-14Cleanup: consistent naming for the blender file nameCampbell Barton
2021-12-14Cleanup: correct unbalanced doxygen groupsCampbell Barton
2021-12-14Remove G.save_overCampbell Barton
2021-12-13Cleanup: use "filepath" term for Main, BlendFileData & FileGlobalCampbell Barton
2021-12-08Cleanup: move public doc-strings into headers for 'windowmanager'Campbell Barton
2021-11-24Assets: Sanitize threaded preview creation with undoJulian Eisel
2021-11-12Fix crash saving blend files in background modeCampbell Barton
2021-11-12Cleanup: use term sequence_strip instead of vse_stripCampbell Barton
2021-11-09Fix T92704: Redrawing while saving crashes outside the main threadJeducious
2021-11-05Revert "Fix T92464: Operators fail after opening blend files via an operator"Campbell Barton
2021-11-02Fix T92464: Operators fail after opening blend files via an operatorCampbell Barton
2021-10-29Report "Startup file saved" in info editorGilberto Rodrigues
2021-10-25Assets: Snapping with visual feedback while draggingGermano Cavalcante
2021-10-25Fix T91931: Thumbnail Missing RegionHarley Acheson
2021-10-19Asset Browser: Improved workflow for asset catalog savingSybren A. Stüvel
2021-10-18Cleanup: spelling in commentsCampbell Barton
2021-10-08WM: always reset message-bus on file loadCampbell Barton
2021-09-28VSE: Implement sanity check for files with more channels than supportedDalai Felinto
2021-09-24LibOverride: Deprecate Proxies: Add auto-conversion on file load.Bastien Montagne
2021-09-17UI: Automatic Blend Thumbnail SelectionHarley Acheson
2021-09-16UI: Remove Menus & Show Wait Cursor When SavingHarley Acheson
2021-09-06Cleanup: format, spellingCampbell Barton
2021-09-06ImBuf: add IMB_allocFromBufferOwn that takes ownership of the bufferCampbell Barton
2021-09-06Fix thumbnail screenshot error in 58632a7f3c0f1be6cc860c7cad9c41ba43e6454fCampbell Barton
2021-09-06UI: Blend Preview Thumbnails Showing WorkspaceHarley Acheson
2021-09-06UI: Increase Size of Blend File ThumbnailsHarley Acheson
2021-08-21Add support for Zstandard compression for .blend filesLukas Stockner
2021-08-21Refactor low-level blendfile reading into separate filesLukas Stockner
2021-08-12Fix T90630: Crash loading certain user preferencesCampbell 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-09Cleanup/fixes in UI messages.Bastien Montagne
2021-08-03Blender Readfile: Fix annoying useless Object reading error messages.Bastien Montagne
2021-07-20Cleanup: use single back-tick quoting in commentsCampbell Barton
2021-07-15Cleanup: replace BLI_assert(!"text") with BLI_assert_msg(0, "text")Campbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton