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-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
2018-07-08Icons: support for drawing event iconsCampbell Barton
2018-07-05Ensure dependency graph exists before initializing editorsSergey Sharybin
2018-07-05UI: show modal operator keymaps in the status barCampbell Barton
2018-07-04Workspaces: store view layer per main window, instead of per workspace.Brecht Van Lommel
2018-07-04Workspaces: add main and child windows.Brecht Van Lommel
2018-07-04Cleanup: pass window to listeners, instead of screen + workspace.Brecht Van Lommel
2018-07-02Merge branch 'master' into blender2.8Campbell Barton
2018-07-02Cleanup: use bool for poll functionsCampbell Barton
2018-06-27UI: some renaming for more clear/consistent cursor keymaps in status bar.Brecht Van Lommel
2018-06-26Fix status bar wrong cursor keymap using wrong region in some cases.Brecht Van Lommel
2018-06-26UI: status bar cursor keymap displayCampbell Barton
2018-06-21Merge branch 'master' into blender2.8Campbell Barton
2018-06-21Fix T55568: second click event ignoredCampbell Barton
2018-06-21Revert "Fix T55568: second click event ignored"Campbell Barton
2018-06-21Fix T55568: second click event ignoredCampbell Barton
2018-06-21Merge branch 'master' into blender2.8Campbell Barton
2018-06-21Fix T55568: second click event ignoredCampbell Barton
2018-06-21Merge branch 'master' into blender2.8Campbell Barton
2018-06-21WM: don't make LMB a special case for double clickCampbell Barton
2018-06-15Merge branch 'master' into blender2.8Campbell Barton
2018-06-15WM: suppress drag events if motion is handledCampbell Barton
2018-06-14WM: revert part of Top-Bar inclusionCampbell Barton
2018-06-14Merge branch 'master' into blender2.8Bastien Montagne
2018-06-14Cleanup: Remove last G.main's from WM code.Bastien Montagne