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-07Cleanup: remove some useless BKE_library and BKE_main includes.Bastien Montagne
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
2018-11-07Paint: correct brush defaultsCampbell Barton
2018-11-06Tool System: use tool type enum to access brushesCampbell Barton
2018-10-29Fix topbar UI being lost on undo w/ mode changeCampbell Barton
2018-10-26Fix crash when switching to Scripting workspaceDalai Felinto
2018-10-26WM: default tool was being set for space types w/o toolsCampbell Barton
2018-10-19Image Space: make 'UV Edit' a separate modeCampbell Barton
2018-10-05Tool System: initial support for UV-sculptCampbell Barton
2018-10-05UI: rename Border Select -> Box SelectCampbell Barton
2018-10-02WM: generalize tool property initializationCampbell Barton
2018-09-27Partial revert of recent toolsystem defaultsCampbell Barton
2018-09-27Tool System: set a default tool for each modeCampbell Barton
2018-09-13Gizmo: value2d utility to adjust operator valuesCampbell Barton
2018-08-02Tool System: initial particle system supportCampbell Barton
2018-07-15Cleanup: use variable names based on term gizmoCampbell Barton
2018-07-15WM: rename manipulator to gizmo internallyCampbell Barton
2018-07-04Workspaces: store view layer per main window, instead of per workspace.Brecht Van Lommel
2018-06-02Fix crash if no tool is setCampbell Barton
2018-05-31Merge branch 'master' into blender2.8Bastien Montagne
2018-05-31Tool System: Utility to set the tool by nameCampbell Barton
2018-05-23Cleanup: move toolsystem into own includeCampbell Barton
2018-05-22Cleanup: warningCampbell Barton
2018-05-22Tool System: store operator properties in the toolCampbell Barton
2018-05-22Cleanup: fix compiler warnings.Brecht Van Lommel
2018-05-22Fix area tool getting out of sync w/ active toolCampbell Barton
2018-05-18Fix tools not being initialized on startupCampbell Barton
2018-05-18Tool System: store the active tool in ScrAreaCampbell Barton
2018-05-17Tool System: tools now initialize on startupCampbell Barton
2018-05-17Tool System: use context modeCampbell Barton
2018-05-17Tool System: per space/mode tool supportCampbell Barton
2018-05-08Cleanup: quiet warning, whitespaceCampbell Barton
2018-05-08WM: refresh tool on object mode switchCampbell Barton
2018-05-03WM: warn when tool widget not foundCampbell Barton
2018-05-01Tool System: support non-brush tools w/ paint modesCampbell Barton
2018-04-30Fix linking brushes crashing on loadCampbell Barton
2018-04-29Fix missing NULL check when setting the toolCampbell Barton
2018-04-29Cleanup: warning, use STRNCPY macroCampbell Barton
2018-04-29Tool System: support data-blocks in toolsCampbell Barton
2018-04-27Tool System: publish/subscribe to tool changesCampbell Barton
2018-04-22Cleanup: trailing spacesCampbell Barton
2017-11-27Tool System: show manipulators at startupCampbell Barton