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
2018-07-02Cleanup: use bool for poll functionsCampbell Barton
2018-06-17Cleanup: BLI path extension APICampbell Barton
2018-06-14Cleanup: Remove last G.main's from WM code.Bastien Montagne
2018-06-12Fix T55452: Crash on saving with visible particle system.Bastien Montagne
2018-06-08Cleanup: getting rid of G.main.Bastien Montagne
2018-06-07Cleanup: trailing space for windowmanagerCampbell Barton
2018-06-07Cleanup: Nuke moar G.main usages...Bastien Montagne
2018-06-05Fix crash in owmn previous commit.Bastien Montagne
2018-06-05Cleanup: use new accessors to blendfile path (Main.name).Bastien Montagne
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2018-05-15Fix T55032: Redo w/ file saved in edit-mode failedCampbell Barton
2018-04-02Cleanup: move undo into it's own directoryCampbell Barton
2018-03-31Undo: unified undo system w/ linear historyCampbell Barton
2018-03-26BLF: Don't use user preferencesSergey Sharybin
2018-03-23Fix memory leaks when doing "Save & Quit"Julian Eisel
2018-03-21UI: Optional prompt to quit for non win32 systemsCampbell Barton
2018-03-02Fix building w/o PythonCampbell Barton
2018-02-27Fix T54106: Save blend ignores 'check_existing'Campbell Barton
2018-02-19Cleanup: sync vertex-paint and sculpt from 2.8Campbell Barton
2017-12-11Fix T53528: Empty thumbnails in filebrowserSergey Sharybin
2017-11-27Refactor view3d offscreen drawing to avoid having multiple boolean argumentsSergey Sharybin
2017-11-22Fix T53274: Saving template prefs overwrites default prefsCampbell Barton
2017-11-22WM: minor correction to user-pref writingCampbell Barton
2017-11-19Cleanup: remove BKE_utildefinesCampbell Barton
2017-08-23Fix T52396: Crash loading template w/o config dirCampbell Barton
2017-08-11WM: don't load preferences on 'File -> New'Campbell Barton
2017-08-07Fix T52278: 'Default' application template failsCampbell Barton
2017-07-08Fix T51889: new file or load factory settings results in broken UI.Brecht Van Lommel
2017-07-03Fix T51889: broken UI after File > New without a userpref.blend.Brecht Van Lommel
2017-06-12Cleanup: indentation, long linesCampbell Barton
2017-04-25WM: don't search for app-template when its emptyCampbell Barton
2017-04-01Cleanup: styleCampbell Barton
2017-03-31WM: Previous commit broke common-case loading new fileCampbell Barton
2017-03-31Keep current app-template when selecting 'New File'Campbell Barton
2017-03-29Option to load startup file with empty-dataCampbell Barton
2017-03-27CMake: WITH_PYTHON_SECURITY=OFF was ignoredCampbell Barton
2017-03-25WM: Application TemplatesCampbell Barton
2017-03-23Cleanup: remove redundant temp dir initCampbell Barton
2017-03-23Cleanup: minor wm_homefile_read simplificationCampbell Barton
2017-03-22Cleanup: ignore open-blend as startup/prefs basisCampbell Barton
2017-03-20Correct unintended splash on loading startupCampbell Barton
2017-03-16Add support for loading preference structCampbell Barton
2017-03-16Correct reading missing propertyCampbell Barton
2017-03-16Cleanup: differentiate startup/prefs in home-file readingCampbell Barton
2017-03-15Load user-preferences before startup fileCampbell Barton
2017-03-14WM: Option to load startup w/o closing the splashCampbell Barton
2016-11-18Minor debug-report tweak to autosave code.Bastien Montagne
2016-07-15Fix py-driver in startup.blend crash in background modeCampbell Barton
2016-06-01Usual UI/i18n message cleanup (get rid of last remaining 'addon' too).Bastien Montagne
2016-04-26Fix (unreported) possible freed memory usage when reloading a .blend file.Bastien Montagne