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
2020-08-21Cleanup: Use LISTBASE_FOREACH in editors/screen directoryHans Goudey
2020-08-20Revert "Cleanup: Use LISTBASE_FOREACH in editors screen directory"Hans Goudey
2020-08-20Cleanup: Use LISTBASE_FOREACH in editors screen directoryHans Goudey
2020-08-04Fix T78688: Crash changing workspace with specific fullscreen setupJulian Eisel
2020-06-03Object: refactor mode switchingCampbell Barton
2020-05-26Cleanup/refactor: Workspace API, boilerplate code, early exitJulian Eisel
2020-04-03Code Quality: Replace for loops with LISTBASE_FOREACHDalai Felinto
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-09Python API: allow overriding context.workspace for workspace operatorsKai Jægersen
2020-03-06Cleanup: Reduce context usage in UI functionsJulian Eisel
2020-02-10Cleanup/refactor: Rename `BKE_library` files to `BKE_lib`.Bastien Montagne
2019-09-21Cleanup: unused headers in editorsCampbell Barton
2019-07-03Fix T61808: remove confusing graying out of workspace that already existBrecht Van Lommel
2019-07-03Fix T65899, T66314, T61808: various issues appending workspacesBrecht Van Lommel
2019-06-27Tool System: don't unlink tools when changing workspacesCampbell Barton
2019-06-13Fix T65445: wrong defaults when appending workspaces from builtin templatesBrecht Van Lommel
2019-06-02Fix T65082, T65084: duplicating workspace does not preserve mode and orderBrecht Van Lommel
2019-05-13Fix T64407: crash adding workspace after appending datablockBrecht Van Lommel
2019-05-04Fix T64045: Crash activating fullscreen workspaceJulian Eisel
2019-04-21Cleanup: comments (long lines) in editorsCampbell Barton
2019-04-17ClangFormat: format '#if 0' code in source/Campbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-01Fix T63169: 'Duplicate Current' entry in new workspace menu is not translated.Bastien Montagne
2019-03-11Fix T60855: workspace duplicate does not preserve addons filters.Brecht Van Lommel
2019-03-09Fix active workspace changes when deleting workspaceDalai Felinto
2019-03-09Fix crash when deleting workspaces too fastDalai Felinto
2019-03-08Cleanup: use plural names for Main listsCampbell Barton
2019-02-27Cleanup: Main struct member namesCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
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