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
2017-10-21WM: Initial Tool SystemCampbell Barton
2017-10-19Fix operators adding manipulators multiple timesCampbell Barton
2017-10-18Fix crash accessing enums without a contextCampbell Barton
2017-10-18Merge branch 'master' into blender2.8Campbell Barton
2017-10-18Cleanup: Use const for RNA EnumPropertyItem argsCampbell Barton
2017-10-17Merge branch 'master' into blender2.8Campbell Barton
2017-10-17WM: move gesture operator callbacks into own fileCampbell Barton
2017-10-17Merge branch 'master' into blender2.8Campbell Barton
2017-10-17Cleanup: use 'e' prefix for enum typedefsCampbell Barton
2017-10-17Merge branch 'master' into blender2.8Campbell Barton
2017-10-17WM: immediate line-gesture activation on tweakCampbell Barton
2017-10-16Workspace: Move engines to workspace and Properties Editor cleanupDalai Felinto
2017-10-16Merge branch 'master' into blender2.8Campbell Barton
2017-10-16WM: refactor gestures for use as toolsCampbell Barton
2017-10-16Cleanup: modal operator border callback namesCampbell Barton
2017-10-16WM: store modal operator last-propertiesCampbell Barton
2017-10-16WM: Don't save mouse-paths to operator historyCampbell Barton
2017-10-16WM: remove hard-coded circle radius memoryCampbell Barton
2017-10-16Merge branch 'master' into blender2.8Campbell Barton
2017-10-16Event System: Prevent mouse motion in click eventsCampbell Barton
2017-10-16Cleanup: simplify lasso reallocationCampbell Barton
2017-10-16Cleanup: rename gesture mode to is_activeCampbell Barton
2017-10-14Merge branch 'master' into blender2.8Campbell Barton
2017-10-14Cleanup: use const for eventsCampbell Barton
2017-10-11Merge branch 'master' into blender2.8Sergey Sharybin
2017-10-08Fix potential string buffer overruns.Bastien Montagne
2017-10-07Cleanup: style, duplicate includesCampbell Barton
2017-10-06Merge branch 'master' into blender28Campbell Barton
2017-10-04Fix T42489 and T52936: Loading blend with minimized window results in crash o...Ray Molenkamp
2017-10-03Merge branch 'master' into blender2.8Sergey Sharybin
2017-10-01Fix gradient tool crash with recent changesCampbell Barton
2017-09-27Merge branch 'master' into blender2.8Campbell Barton
2017-09-27Math Lib: Add non-clamped round_* functionsCampbell Barton
2017-09-26Cleanup: naming (GPU immediate util)Campbell Barton
2017-09-25DRW : Add new view_update mechanism.Clément Foucault
2017-09-25Merge branch 'master' into blender2.8Sergey Sharybin
2017-09-23Splash: Increase contrast of build info textJulian Eisel
2017-09-22Remove quicktime supportAaron Carlisle
2017-09-19Fix compiler warningJoshua Leung
2017-09-18Merge remote-tracking branch 'origin/master' into blender2.8Dalai Felinto
2017-09-18Fix T52800: fix UI flickering with Mesa on Linux.Brecht Van Lommel
2017-09-13Cleanup: use explicit 2d suffix for imm utilsCampbell Barton
2017-09-05Manipulator: missing exit() callCampbell Barton
2017-09-01Revert "Manipulator: remove unused event hack"Campbell Barton
2017-08-30Manipulator: replace old cage2d manipulatorCampbell Barton
2017-08-30Manipulator: rename callback typeCampbell Barton
2017-08-30Manipulator: run callback when calculating the final matrixCampbell Barton
2017-08-28Merge branch 'master' into blender2.8Sergey Sharybin
2017-08-28Make GS macro return proper IDType typeSergey Sharybin
2017-08-27Manipulator: support operator per-partCampbell Barton