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-05-24Fix failing assert on factory settings loadJulian Eisel
2019-05-22Preferences: add handler for loading factory preferencesCampbell Barton
2019-05-22WM: call wm_file_read_post after resetting preferencesCampbell Barton
2019-05-21Fix part of T64679: Missing dirty preferences tagCampbell Barton
2019-05-21Viewport: MSAA support during ViewportRenderingJeroen Bakker
2019-05-20Fix T64776: Multiple close file dialogsJacques Lucke
2019-05-20Cleanup: add wm_utils.c for generic functionsCampbell Barton
2019-05-19Cleanup: use wm prefix for GenericCallbackCampbell Barton
2019-05-18macOS/Linux: use more standard button layout in quit dialogBrecht Van Lommel
2019-05-18Windows: use more standard button layout in quit dialogBrecht Van Lommel
2019-05-17UI: Small tweaks to the save dialog:William Reynish
2019-05-17UI: Use correct icon for saving in the close dialog.William Reynish
2019-05-17UI: File Close DialogJacques Lucke
2019-05-16Fix T64642: Reset to default preferences glitchCampbell Barton
2019-05-15UI: adjust preferences save/revert button layoutCampbell Barton
2019-05-14Interface: Free argument callback for popupsJacques Lucke
2019-05-14UI: Confirm dialog when closing an unsaved fileJacques Lucke
2019-05-14Preferences: file menu item to temporarily load factory settingsCampbell Barton
2019-05-14Fix property update setting dirty flagCampbell Barton
2019-05-13Preferences: tag as dirty for add-ons & loading factory startupCampbell Barton
2019-05-13Preferences: support loading factory preferencesCampbell Barton
2019-05-13Prefernces: support loading last saved preferencesCampbell Barton
2019-05-10Cleanup: move preference saving logic into blendfile.cCampbell Barton
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