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
2019-04-30Sequencer: Scene Strip PerformanceJeroen Bakker
2019-04-24UI: Simple confirm dialog when loading new fileJacques Lucke
2019-04-24Refactor: Separate template selection from read_homefile operatorJacques Lucke
2019-04-20Cleanup: comment line length (windowmanager)Campbell Barton
2019-04-18Cleanup: comment blocksCampbell Barton
2019-04-17Avoid autosave name collisionsJacques Lucke
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-13Cleanup: style, use braces for the window managerCampbell Barton
2019-04-11Cleanup: commentsCampbell Barton
2019-04-04Fix T63000: Don't use original file name for autosaveJacques Lucke
2019-03-18UI: clarify "Remap Relative" tooltipCampbell Barton
2019-03-08Cleanup: use plural names for Main listsCampbell Barton
2019-03-07Fix T62280: driver functions added in load_post broken after recent changes.Brecht Van Lommel
2019-03-05Fix T61063, T62195: Python scripts should run before depsgraph evaluation.Brecht Van Lommel
2019-02-20Fix File > Save not showing red highlight when saving over existing files.Brecht Van Lommel
2019-02-20Cleanup: use iterator macros for event handlersCampbell Barton
2019-02-19WM: move operator handler to it's own typeCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-02BKE_global: clear deprecated flags on load (all of them)Campbell Barton
2019-02-02Cleanup: match logic for merging G.f & G.fileflags on loadCampbell Barton
2019-02-02Cleanup: use G_FLAG_*/G_FILE_* for G.f/fileflagsCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-15Fix T60410: Crash adjusting torus w/ enter edit-mode preferenceCampbell Barton
2019-01-15Cleanup: pass main instead of context w/ ED_editors_exit/flush_editsCampbell Barton
2019-01-14Cleanup: move comments above definitionsCampbell Barton
2019-01-11Fix auto-run warning RNA typeCampbell Barton
2019-01-05UI: Preferences Redesign Part 2Severin
2018-12-24Fix/cleanup another bunch of UI messages issues.Bastien Montagne
2018-12-24Cleanup: First batch of UI messages fixes (typos, final points...).Bastien Montagne
2018-12-21RNA: naming, user-preferences -> preferencesCampbell Barton
2018-12-19Merge branch 'master' into blender2.8Campbell Barton
2018-12-19Cleanup: use static struct for app-template stateCampbell Barton
2018-12-07Merge branch 'master' into blender2.8Campbell Barton
2018-12-07Fix error in Main cleanupCampbell Barton
2018-12-07Fix crash recovering last sessionCampbell Barton
2018-11-30PyAPI: add load_factory_startup_post handlerCampbell Barton
2018-11-30Merge branch 'master' into blender2.8Campbell Barton
2018-11-30Cleanup: unused return argCampbell Barton
2018-11-28UI: rename settings back to preferences.Brecht Van Lommel
2018-11-28Print filepath in message when saving userprefsCampbell Barton
2018-11-25UI: Initial User-Preferences redesignJulian Eisel
2018-11-22Merge branch 'master' into blender2.8Campbell Barton
2018-11-22Fix T57989: File loaded as startupCampbell Barton
2018-11-22Fix factory-settings using stale preferencesCampbell Barton
2018-11-13Keymaps: refactor loading of default keymap, fix bugs.Brecht Van Lommel
2018-11-10Fix 'Load Factory Settings' loosing the keymapCampbell Barton
2018-11-10Merge branch 'master' into blender2.8Campbell Barton
2018-11-10PyAPI: add imports arg to BPY_execute_stringCampbell Barton
2018-11-07Cleanup: remove some useless BKE_library and BKE_main includes.Bastien Montagne