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-26Merge branch 'master' into blender2.8Campbell Barton
2018-07-26WM: Add operator property poll callbackCampbell Barton
2018-07-18GWN: Port to GPU module: Replace GWN prefix by GPUClément Foucault
2018-07-15GPU_matrix: use Blender's naming conventionsCampbell Barton
2018-07-15WM: rename manipulator to gizmo internallyCampbell Barton
2018-07-13Cleanup: rename snap enumCampbell Barton
2018-07-13Correct error mixing fraction/screen snapCampbell Barton
2018-07-12WM: snap to fractions when resizing areasCampbell Barton
2018-07-11UI: don't change scrollbar size on mouse move, only fade.Brecht Van Lommel
2018-07-09Keymap: Add back Shift-R 'repeat last'Campbell Barton
2018-07-08Cleanup: abbreviate unsigned types (editors, wm)Campbell Barton
2018-07-06UI: small layout fixes for RMB context menus.Brecht Van Lommel
2018-07-06fix c++ comment style in 3cc2a9b934d0Philipp Oeser
2018-07-06Fix T55581: kill running (render) jobs when deleting a scenePhilipp Oeser
2018-07-04Workspaces: change behavior when window layout for workspace is missing.Brecht Van Lommel
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-03Keymap: Use easily accessible key for animationCampbell Barton
2018-07-03Keymap: Adjust animate and manipulator toggle keysCampbell Barton
2018-07-02Cleanup: use _f, _i suffix for GPU state APICampbell Barton
2018-07-02Fix: Global area edges couldn't call right click menu to join/splitJulian Eisel
2018-07-02UI: show favourites from properties-space in the 3D viewCampbell Barton
2018-07-02Keymap: add back macos preferences shortcutCampbell Barton
2018-07-02Keymap: use Page Up/Down for workspace switchingCampbell Barton
2018-07-02Merge branch 'master' into blender2.8Campbell Barton
2018-07-02Screen: support splitting from floating menuCampbell Barton
2018-07-02Merge branch 'master' into blender2.8Campbell Barton
2018-07-02Cleanup: use bool for poll functionsCampbell Barton
2018-06-30UI: support check-boxes in quick menuCampbell Barton
2018-06-30UI: Support status-bar hidingSeverin
2018-06-30UI: correct menu label comparisonCampbell Barton
2018-06-30Fix corrupt screen when splitting areas after collapsing top-barSeverin
2018-06-30DNA: rename operator idnameCampbell Barton
2018-06-30Merge branch 'master' into blender2.8Campbell Barton
2018-06-30UI: support adding menu's to favouritesCampbell Barton
2018-06-30Cleanup: Move area geometry management into an own fileSeverin
2018-06-30Fix a number of small errors in area coordinate handlingSeverin
2018-06-29Cleanup: Add/use function to get area width/height from area verticesSeverin
2018-06-29Fix memory leak when using scroll-barsSeverin
2018-06-29Cleanup: Remove unused argument in recursive functionSeverin
2018-06-29Keymap: minimal default keymapCampbell Barton
2018-06-29Merge branch 'master' into blender2.8Campbell Barton
2018-06-29Cleanup: trailing newlinesCampbell Barton
2018-06-29Fix: Moving area edge could corrupt screen in very specific caseSeverin
2018-06-29Merge branch 'master' into blender2.8Campbell Barton
2018-06-29WM: Remove Screen CastCampbell Barton
2018-06-28Change earlier fix to work with hiDPISeverin
2018-06-28Fix: Moving area edge could make areas overlap status-barSeverin
2018-06-28Fix T55298: Failing assert when splitting areas verticallySeverin