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-09-18Merge branch 'master' into temp_bmesh_multirestemp_bmesh_multiresJoseph Eagar
2021-09-17UI: Automatic Blend Thumbnail SelectionHarley Acheson
2021-09-16Merge branch 'master' into temp_bmesh_multiresJoseph Eagar
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-09-02Merge branch 'master' into temp_bmesh_multiresJoseph Eagar
2021-08-21Add support for Zstandard compression for .blend filesLukas Stockner
2021-08-21Refactor low-level blendfile reading into separate filesLukas Stockner
2021-08-16Merge branch 'master' into temp_bmesh_multiresJoseph Eagar
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-06Merge branch 'master' into temp_bmesh_multiresJoseph Eagar
2021-08-03Blender Readfile: Fix annoying useless Object reading error messages.Bastien Montagne
2021-07-30Merge branch 'master' into temp_bmesh_multiresJoseph Eagar
2021-07-20Cleanup: use single back-tick quoting in commentsCampbell Barton
2021-07-17Sculpt dyntopo:Joseph Eagar
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
2021-06-24Fix linking code after own recent commit.Bastien Montagne
2021-06-23Revert "Revert "Enhanced stats/reports for blendfile reading.""Bastien Montagne
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-13Cleanup: redundant initializationCampbell Barton
2021-04-23Fix T86566: Do Not Close if File Cannot Be SavedHarley Acheson
2021-04-21UI: Use proper close file dialog for "Restore Last Session"Julian Eisel
2021-04-21Cleanup: Deduplicate file closing dialog logicJulian Eisel
2021-03-24Cleanup: use new BLI_assert_unreachable macroCampbell Barton
2021-03-15WM: fallback to regular writing if auto-save can't access undo dataCampbell Barton
2021-03-15Cleanup: refactor auto-save timer usageCampbell Barton
2021-03-15Cleanup: remove unused auto-save read functionCampbell Barton
2021-03-15Cleanup: replace 'timer_ended' with 'timer_end'Campbell Barton
2021-03-15Writefile: only include recovery info in auto-save & quit.blendCampbell Barton
2021-03-15Cleanup: rename G_FILE_RECOVER -> G_FILE_RECOVER_READCampbell Barton
2021-03-12Cleanup: set the window manager to the updated context on loadCampbell Barton
2021-03-11Fix regression in 2cc5af9c553cfc00b7d4616445ad954597a92d94Campbell Barton
2021-03-11Fix T86431: Keep memory location of the window manager on file loadCampbell Barton
2021-03-11WM: keep the current state when a blend fails to loadCampbell Barton
2021-03-11Cleanup: split file read and setup into separate stepsCampbell Barton
2021-03-11Cleanup: file loading/recover checksCampbell Barton
2021-03-05Cleanup: Use boolean in WM_cursor_waitAntonio Vazquez
2021-03-04Fix Saving startup file changing paths of the current fileCampbell Barton
2021-03-04Fix T86231: Saving startup file always remaps relativeCampbell Barton
2021-02-22UI: Remove Blend Thumb PassepartoutHarley Acheson