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-22Preferences: add handler for loading factory preferencesCampbell Barton
2019-05-22WM: call wm_file_read_post after resetting preferencesCampbell Barton
2019-05-21Cleanup: clang-format, sort structsCampbell Barton
2019-05-21Fix part of T64679: Missing dirty preferences tagCampbell Barton
2019-05-21Viewport: MSAA support during ViewportRenderingJeroen Bakker
2019-05-21Fix T64421: crash using redraw timer benchmarkBrecht Van Lommel
2019-05-20Fix T63443: tool 'builtin_brush.draw' not found for space 'IMAGE_EDITOR'Jacques Lucke
2019-05-20Fix T64776: Multiple close file dialogsJacques Lucke
2019-05-20Cleanup: add wm_utils.c for generic functionsCampbell Barton
2019-05-20WM: add wmGenericUserData utility structCampbell 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-18macOS: always use the Blender quit dialog, like other platformsBrecht 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-16Refactor: Simplify ID Property freeingJacques Lucke
2019-05-16Fix T64642: Reset to default preferences glitchCampbell Barton
2019-05-15Fix T63748: Long startups after network drives are disconnected.Bastien Montagne
2019-05-15Gizmo: add depth bias for 3D selectionCampbell Barton
2019-05-15Fix T64604: Changing keymap doesn't tag preferences as dirtyCampbell Barton
2019-05-15UI: adjust preferences save/revert button layoutCampbell Barton
2019-05-15Tool System: avoid redundant refreshCampbell Barton
2019-05-14Interface: Free argument callback for popupsJacques Lucke
2019-05-14UI: Confirm dialog when closing an unsaved fileJacques Lucke
2019-05-14Fix T64339: Crash with UV sculpt after undoCampbell Barton
2019-05-14Preferences: file menu item to temporarily load factory settingsCampbell Barton
2019-05-14Fix property update setting dirty flagCampbell Barton
2019-05-13Fix T64407: crash adding workspace after appending datablockBrecht Van Lommel
2019-05-13I18n Disambiguation: "Shift".Bastien Montagne
2019-05-13Fix unintended autosaving of preferences in a few casesBrecht Van Lommel
2019-05-13cleanup: typo in commentPhilipp Oeser
2019-05-13Preferences: auto-save on exitCampbell 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-11Preferences: disable save-on exit until there is a revert buttonCampbell Barton
2019-05-10Preferences: write preferences on exitCampbell Barton
2019-05-10Cleanup: move preference saving logic into blendfile.cCampbell Barton
2019-05-09Cleanup: avoid some floating point divisions in drawing codeBrecht Van Lommel
2019-05-09UI: dim icons in inactive tabs, similar to textBrecht Van Lommel
2019-05-09Cleanup: reduce number of UI_icon_draw variationsBrecht Van Lommel
2019-05-07Sound: Revert all the recent changes to soundSergey Sharybin
2019-05-06UI: Add tooltips to the select tool modesWilliam Reynish
2019-05-06Fix T64161: Crashing using undo and multiple windowsSergey Sharybin
2019-05-06UI: Icons updateWilliam Reynish
2019-05-06Sound: Fix access wrong dependency graphSergey Sharybin
2019-05-03Sound: Make sound handles only be in evaluated datablocksSergey Sharybin
2019-05-02Workspace: remove global active toolCampbell Barton