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-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
2021-02-21Fix memory leak when loading previous preferences from splash screenJulian Eisel
2021-02-16Fix reloading preferences ignoring 'script_directory'Campbell Barton
2021-02-10Fix T85395: Texture paint external edit wrong projection on reapplyPhilipp Oeser
2021-01-26Fix T85011: "Allow Execution" reloads the wrong file when recoveringCampbell Barton
2021-01-26WM: add "use_scripts" to recover auto-save/session operatorsCampbell Barton
2021-01-26WM: return success from WM_recover_last_session, minor cleanupCampbell Barton
2020-12-13UI: Improved Script Execution WarningYevgeny Makarov
2020-12-06UI: Alert Dialog Helper FunctionYevgeny Makarov
2020-12-04Cleanup: Use LISTBASE_FOREACH macro in windowmanager internHans Goudey
2020-11-22Fix T82918: File menu "Save Copy" shows "Save As" in File BrowserJulian Eisel
2020-11-03Fix C operators can't set default display or sort type for File BrowserJulian Eisel
2020-10-31Cleanup: clang-formatLukas Stockner
2020-10-29UI: Improvements to Close File DialogYevgeny Makarov
2020-10-28UI: Misc Label and Description ChangesYevgeny Makarov
2020-10-18Fix for T81400: Block Width CorrectionsHarley Acheson
2020-10-15Cleanup: use defined sizes when accessing file date/timeCampbell Barton
2020-10-14UI: Show more information in open file tooltipJuanfran Matheu
2020-10-13UI: Monochrome Alert Icons and use the Question icon in the Quit dialogYevgeny Makarov
2020-10-04Preferences: use the users temp directory in background modeCampbell Barton
2020-10-03Cleanup: remove unused temp directory initializationCampbell Barton
2020-10-03readfile: always run setup_app_data after updating defaultsCampbell Barton
2020-10-03Cleanup: run UserDef versioning from readfile.cCampbell Barton
2020-10-02Fix userpref.blend using version from startup.blendCampbell Barton
2020-09-30Cleanup: convert gforge task ID's to phabricator formatValentin
2020-09-02WM: add use_factory_startup option to read homefile operatorCampbell Barton
2020-08-26Cleanup: better naming and no bad level access in BLI_winstuffBrecht Van Lommel
2020-08-17Cleanup: split BPY_run_string_ex into two functionsCampbell Barton
2020-08-17Cleanup: move Python script execution into BPY_extern_run.hCampbell Barton
2020-08-17Cleanup: split BPY_extern_python into it's own headerCampbell Barton
2020-08-07Cleanup: Blenlib, Clang-Tidy else-after-return fixes (incomplete)Sybren A. Stüvel
2020-08-01Cleanup: use term init instead of initialize/initialiseCampbell Barton
2020-07-13Fix T78037: fresh install of blender 2.83.0 not able to save user startup file.Bastien Montagne
2020-06-30Fix T77825: autosave missed too often while sculptingBrecht Van Lommel
2020-06-23Cleanup: rename Library.filepath to filepath_absCampbell Barton