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-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
2018-04-28UI: fix toolbar not snapping properly with system DPI and display scale.Brecht Van Lommel
2018-04-28UI: split toolbar layout from button creationCampbell Barton
2018-04-28UI: add loopcut & edge offset toolsCampbell Barton
2018-04-27UI: respect separators for row layoutCampbell Barton
2018-04-27UI: disable 3 column toolbarsCampbell Barton
2018-04-27UI: multi-column toolbar supportCampbell Barton
2018-04-27Fix missing icons in non-portable local builds.Antony Riakiotakis
2018-04-27Minor fix, report missing instead of corrupt icon if file does not existAntony Riakiotakis
2018-04-27UI: support for tool settings in the top-barCampbell Barton
2018-04-27UI: move tool definitions to classesCampbell Barton
2018-04-27UI: show active tool in the topbarCampbell Barton
2018-04-26UI: support icon reloading (F8 key)Campbell Barton
2018-04-26Cleanup: avoid direct access to private classCampbell Barton
2018-04-26UI: correct toolbar w/ text displayCampbell Barton
2018-04-26Missed last commitCampbell Barton
2018-04-26UI: fix toolbar naming collision bugCampbell Barton
2018-04-26UI: update tool docstringCampbell Barton
2018-04-26UI: use dict for tool definitionsCampbell Barton