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-11-27Keymap: share annotation tool keymaps between spacesCampbell Barton
2018-11-27WM: add print for missing tool keymapCampbell Barton
2018-11-26Timer: Generic BLI_timer with Python wrapperJacques Lucke
2018-11-26Fix view layer set in the outliner of child window not syncing to parent window.Brecht Van Lommel
2018-11-26Keymaps: don't do CLICK event when PRESS was already handled.Brecht Van Lommel
2018-11-26Keymaps: keep Select Box as default tool.Brecht Van Lommel
2018-11-25Tools: add Select tool, with transform tweak on drag and no click delay.Brecht Van Lommel
2018-11-25UI: Initial User-Preferences redesignJulian Eisel
2018-11-24Fix T58022: Changing workspace may change layout of User Pref windowJulian Eisel
2018-11-23Fix uv lasso/box multi-object select logicCampbell Barton
2018-11-23Tool System: uv lasso/box select optionsCampbell Barton
2018-11-23Keymap: add Keymap.keymap_items.new_from_itemCampbell Barton
2018-11-22Keymaps: make click event detection use a larger distance threshold.Brecht Van Lommel
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-21Keymaps: take into account DPI for tweak/drag/pie thresholds.Brecht Van Lommel
2018-11-21Implement basic global tablet pressure curve options.Alexander Gavrilov
2018-11-20Keymap: only use delete confirmation for X-keyCampbell Barton
2018-11-19Cleanup: use define for key-config stringCampbell Barton
2018-11-19Fix keymap loading multiple timesCampbell Barton
2018-11-18Keymaps: make click event use position on button press rather than release.Brecht Van Lommel
2018-11-16Keymap: add support for key-config preferencesCampbell Barton
2018-11-16Keymaps: left click select keymap changesBrecht Van Lommel
2018-11-16Keymaps: replace select / action mouse systemBrecht Van Lommel
2018-11-15Keymaps: minor code refactor after adding tools to default preset.Brecht Van Lommel
2018-11-14UI: Comment out "Clip border" operatorClément Foucault
2018-11-14Keymap: assigning keys for tools now checks modeCampbell Barton
2018-11-14Merge branch 'master' into blender2.8Campbell Barton
2018-11-14Merge branch 'master' into blender2.8Campbell Barton
2018-11-14WM: enforce descriptions being NULL or definedCampbell Barton
2018-11-13Fix tool keymaps not working properly after recent changes.Brecht Van Lommel
2018-11-13Keymaps: reload key configuration when changing select mouse.Brecht Van Lommel
2018-11-13Keymaps: refactor loading of default keymap, fix bugs.Brecht Van Lommel
2018-11-13Fix crash when Python creates modal keymaps without items.Brecht Van Lommel
2018-11-13Cleanup: split object mode out of tool checksCampbell Barton
2018-11-13Tool System: use enum for gp sculpt/weight paintCampbell Barton
2018-11-13WM: default operators to replace selectionCampbell Barton
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-09UI: Make Region overlap slide instead of fadeClément Foucault
2018-11-09Keymap: move builtin keymaps from C to PythonBrecht Van Lommel
2018-11-07Cleanup: remove some useless BKE_library and BKE_main includes.Bastien Montagne
2018-11-07Cleanup, more meaningful and up to date commentsSergey Sharybin
2018-11-07Skip dependency graph update when interface is lockedSergey Sharybin
2018-11-07Cleanup, indentationSergey Sharybin
2018-11-07Cleanup: styleCampbell Barton
2018-11-07Cleanup: use BKE_brush_tool_get/set macrosCampbell Barton
2018-11-07Paint: fix for creating duplicate brushesCampbell Barton