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-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
2016-04-25Refactor BKE_blender into separate headersCampbell Barton
2016-04-19Cleanup: move operators & related code of files & append/link to relevant ded...Bastien Montagne
2016-03-01Fix (unreported) crash when opening a file from splash screen when 'load UI' ...Bastien Montagne
2016-02-06Fix T47204: selection failing directly after disabling multisample in user pr...Brecht Van Lommel
2016-01-29Skip save-as history running from another OperatorCampbell Barton
2016-01-24Docs: minor edits to code commentsCampbell Barton
2016-01-17WM: remove unnecessary context argument from WM_report, no good reason to hav...Brecht Van Lommel
2015-12-31Cleanup: Py API namingCampbell Barton
2015-11-12Fix for factory settings loading without UICampbell Barton
2015-11-11OpenGL Render: Support full-sample Anti-AliasingCampbell Barton
2015-11-11Cleanup: GL Render (simplify internal logic)Campbell Barton