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-10-03Keymap: expose tool keymaps in the preferencesCampbell Barton
2018-09-13Fix leak in tool tooltip creationCampbell Barton
2018-09-11Cleanup: unused variablesCampbell Barton
2018-09-06Fix exception w/ grease pencil brush tooltipsCampbell Barton
2018-09-04Correct toolbar tips for non sculpt modesCampbell Barton
2018-09-03Tool System: add paint brush shortcutCampbell Barton
2018-09-03Tool System: map keys bound directly to a toolsCampbell Barton
2018-09-03Fix toolbar popup outside the window regionCampbell Barton
2018-08-31Tool System: support tool description for tipsCampbell Barton
2018-08-30UI: add active tool panel to tool settingsCampbell Barton
2018-08-29Tool System: hide paint options for non brush toolsCampbell Barton
2018-08-28UI: use keyword argumentsCampbell Barton
2018-08-28UI: text keyword argument to labelCampbell Barton
2018-08-23Tool System: Popup toolbar keymap improvementsCampbell Barton
2018-08-17Fix more image editor Python errors after switching workspaces.Brecht Van Lommel
2018-08-02Tool System: sync changes from changes to brushesCampbell Barton
2018-07-15Gizmo: update Python templatesCampbell Barton
2018-07-15WM: rename manipulator to gizmo internallyCampbell Barton
2018-07-14Cleanup: f-string useCampbell Barton
2018-07-13Keymap: run search by its key in tools popupCampbell Barton
2018-07-09UI: add search to popup toolbarCampbell Barton
2018-07-03Tool System: add operator for introspectionCampbell Barton
2018-06-10UI: change toolbar icon size from 38 -> 32Campbell Barton
2018-06-06UI: use regular size icons for toolbar popupCampbell Barton
2018-06-05Merge branch 'master' into 28Campbell Barton
2018-05-30Tool System: optionally cycle tools in a groupCampbell Barton
2018-05-29Keymap: partially implement changes from T55162Campbell Barton
2018-05-22Tool System: store operator properties in the toolCampbell Barton
2018-05-21UI: fix error for tools w/o a keymapCampbell Barton
2018-05-21UI: use spacebar for toolbarCampbell Barton
2018-05-21UI: generate dynamic keymap for popup toolbarCampbell Barton
2018-05-18UI: Add menu to show the toolbarCampbell Barton
2018-05-18Tool System: use classmethod for drawingCampbell Barton
2018-05-18Tool System: add cursor (currently unused)Campbell Barton
2018-05-18Cleanup: remove tool definition access functionCampbell Barton
2018-05-17Tool System: use context modeCampbell Barton
2018-05-17Tool System: per space/mode tool supportCampbell Barton
2018-05-16Tool System: pass space type when setting toolCampbell Barton
2018-05-13Fix issue w/ recent tool name useCampbell Barton
2018-05-13Tool System: tools are now set by nameCampbell Barton
2018-05-13WM: Operator to set the tool by nameCampbell Barton
2018-05-13Cleanup: indentationCampbell Barton
2018-05-13Cleanup: add function to get class from space typeCampbell Barton
2018-05-13Cleanup: call toolsystem static methods directlyCampbell Barton
2018-04-30UI: use "none" icon if loading failsCampbell Barton
2018-04-30Tool System: change internal definitions (again)Campbell Barton
2018-04-29UI: disable top-bar tool name drawingCampbell Barton
2018-04-29UI: fix toolbar groups w/ data_blocksCampbell Barton
2018-04-29Tool System: support data-blocks in toolsCampbell Barton
2018-04-29UI: support tool generators (no visible change)Campbell Barton