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-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-02WM: Event simulation support for PythonCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-25WM: don't set repeat flag w/ interactive repeatCampbell Barton
2019-01-25Revert "WM: Repeat Last no longer reuses skip-save properties"Campbell Barton
2019-01-24Fix T60790, T60636, T60631: MMB emulation issues after recent changes.Brecht Van Lommel
2019-01-24WM: Repeat Last no longer reuses skip-save propertiesCampbell Barton
2019-01-22Fix T60112: Smooth crashes w/ multiple viewsCampbell Barton
2019-01-15Fix T60497: wrong statusbar keymap display with MMB emulation.Brecht Van Lommel
2019-01-11Fix T57371: Generative modifiers in editmode display vertex group weightsClément Foucault
2019-01-03Cleanup: preprocessor indentationCampbell Barton
2018-12-12Keymap: event type filter w/ finding keymap itemsCampbell Barton
2018-12-12Merge branch 'master' into blender2.8Campbell Barton
2018-12-12Cleanup: use colon separator after parameterCampbell Barton
2018-11-30Fix file browsers thumbnail selection with tablet failing, after recent changes.Brecht Van Lommel
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-26Keymaps: don't do CLICK event when PRESS was already handled.Brecht Van Lommel
2018-11-22Keymaps: make click event detection use a larger distance threshold.Brecht Van Lommel
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-18Keymaps: make click event use position on button press rather than release.Brecht Van Lommel
2018-11-16Keymaps: replace select / action mouse systemBrecht Van Lommel
2018-11-13Fix crash when Python creates modal keymaps without items.Brecht Van Lommel
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-01UI: show blocking popup when auto execution of scripts is disabled.Brecht Van Lommel
2018-10-29Enable dependency graph update while renderingSergey Sharybin
2018-10-26WM: default tool was being set for space types w/o toolsCampbell Barton
2018-10-16Event System: don't invoke operator that should only be executedJacques Lucke
2018-10-04WM: fix non-undo operators stealing redo panelCampbell Barton
2018-10-03Fix gizmo tooltips ignoring preferenceCampbell Barton
2018-09-24Spelling fixes in comments and descriptions (2.8 changes), patch by luzpaz.Brecht Van Lommel
2018-09-24Merge branch 'master' into blender2.8Brecht Van Lommel
2018-09-24Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
2018-09-18Splash: add first time setup and templates to splash screen.Brecht Van Lommel
2018-09-13Gizmo: value2d utility to adjust operator valuesCampbell Barton
2018-09-05UI: show a small label next to the toolCampbell Barton
2018-09-04UI: support immediate non-overlapping tooltipsCampbell Barton
2018-08-29Keymap: check modal keymap item poll functionCampbell Barton
2018-08-22Cleanup: free keymap status when not usedCampbell Barton
2018-08-10WM: pass on wmDrag to drop operators, so they can get the data directly.Brecht Van Lommel
2018-08-10WM: drag and drop poll functions can now specify a custom tooltip.Brecht Van Lommel
2018-07-20Fix WITH_HEADLESS build.Brecht Van Lommel
2018-07-15Cleanup: use variable names based on term gizmoCampbell Barton
2018-07-15WM: rename manipulator to gizmo internallyCampbell Barton
2018-07-09WM: add utility function to refresh status barCampbell Barton
2018-07-09WM: support for filtering modal keymap itemsCampbell Barton