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
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-26Cleanup: remove redundant BKE/BLI/BIF headersCampbell Barton
2019-01-15Cleanup: replace usages of deprecated BKE_libblock_free by BKE_id_free.Bastien Montagne
2018-11-28WM: remove tool initialization codeCampbell Barton
2018-11-07Cleanup: remove some useless BKE_library and BKE_main includes.Bastien Montagne
2018-11-07UI: Use icons for some operators.Pablo Vazquez
2018-10-30Fix memory leak in workspace menuCampbell Barton
2018-09-18Application Templates: make templates more prominent in the UI.Brecht Van Lommel
2018-09-11Workspace: support reordering of workspaces from RMB menu.Brecht Van Lommel
2018-08-30Workspaces: switch object mode when switching workspaces.Brecht Van Lommel
2018-08-23Workspaces: move delete to right click menu, instead of X on tab.Brecht Van Lommel
2018-08-20Workspaces: remove separate workspaces.blend config file.Brecht Van Lommel
2018-08-20Workspaces: replace bundled workspace.blend with embedded startup.blend.Brecht Van Lommel
2018-08-20Fix system workspaces.blend not being found on some systems.Brecht Van Lommel
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-02Merge branch 'master' into blender2.8Campbell Barton
2018-06-06Cleanup: get rid of just-added G.main usage.Bastien Montagne
2018-05-25Fix T55183, fix T55174: crashes with workspace / view layer relation.Brecht Van Lommel
2018-05-23Cleanup: move toolsystem into own includeCampbell Barton
2018-05-18Fix tools not being initialized on startupCampbell Barton
2018-05-17Tool System: per space/mode tool supportCampbell Barton
2018-05-13Fix/workaround crash when appending workspace in edit modeJulian Eisel
2018-04-20UI: New Global Top-Bar (WIP)Julian Eisel
2018-04-18Workspaces: remove workspace engine, use 3D viewport draw mode instead.Brecht Van Lommel
2018-04-18Move transform orientation to sceneCampbell Barton
2018-04-12UI: Activate workspace after appending it using the '+' menuJulian Eisel
2018-04-09Fix crash and invalid context when changing workspaceJulian Eisel
2018-04-05Remove workspace object mode, reverts changes w/ 2.8Campbell Barton
2018-03-21Fix crash when changing workspacesJulian Eisel
2018-03-03WorkSpace: use existing mode data w/ scene-switchCampbell Barton
2018-03-03WorkSpace: avoid redundant notifiers w/ mode syncCampbell Barton
2018-03-03WorkSpace: always change modes w/ the same active objectCampbell Barton
2018-03-02WorkSpace: Simplify exiting mode after changesCampbell Barton
2018-03-02WorkSpace: move edit mode w/ sync into own funcCampbell Barton
2018-03-02WorkSpace: ED_workspace_object_mode_in_other_window check other windowsCampbell Barton
2018-03-02WorkSpace: object-sync when changing workspaces.Campbell Barton
2018-03-02Cleanup: rename 'screen_changed_update'Campbell Barton
2018-03-01WorkSpace: fix mode exiting w/ multi-windowCampbell Barton
2018-02-28WorkSpace: use existing objects mode on selectCampbell Barton
2018-02-28Workspace: sync object-modes to other workspacesCampbell Barton
2018-02-22WorkSpace: object-mode switching supportCampbell Barton
2018-02-08Object Mode: move to workspace structCampbell Barton
2017-12-01Workspaces: Store an active view-layer per sceneJulian Eisel
2017-11-27WM: don't change selection on workspace appendCampbell Barton
2017-11-27Tool System: show manipulators at startupCampbell Barton
2017-11-27Fix crash duplicating workspaceCampbell Barton
2017-11-23Rename any instance of scene layer or render layer in code with view layerDalai Felinto
2017-10-31Merge branch 'master' into blender2.8Campbell Barton