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-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-02Cleanup: remove DNA_PRIVATE_WORKSPACE hacks.Brecht Van Lommel
2019-04-02Cleanup: empty expression statement warningCampbell Barton
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-09-27Tool System: set a default tool for each modeCampbell Barton
2018-09-13Workspaces: reference count screens, otherwise they are never freed.Brecht Van Lommel
2018-07-10Fix workspace not freeing tool propertiesCampbell Barton
2018-07-04Workspaces: store view layer per main window, instead of per workspace.Brecht Van Lommel
2018-06-29Merge branch 'master' into blender2.8Campbell Barton
2018-06-26UI: move modal operator text from headers to status bar.Brecht Van Lommel
2018-06-25Silence warning for release buildsDalai Felinto
2018-06-15Cleanup: G.main removal from 2.8-only code.Bastien Montagne
2018-05-31Depsgraph: Consider depsgraphs used by workspace as activeSergey Sharybin
2018-05-26Cleanup: whitespace, long lines, duplicate includeCampbell Barton
2018-05-25Fix T55062: crash with workspace scene relations.Brecht Van Lommel
2018-05-25Fix T55183, fix T55174: crashes with workspace / view layer relation.Brecht Van Lommel
2018-05-22Tool System: store operator properties in the toolCampbell Barton
2018-05-17Tool System: per space/mode tool supportCampbell Barton
2018-04-26Properties: remove redundant settings from workspaces tab.Brecht Van Lommel
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-13Depsgraph: don't pass evaluation context to update functions.Brecht Van Lommel
2018-04-05Remove workspace object mode, reverts changes w/ 2.8Campbell Barton
2018-02-28WorkSpace: UI filtering for add-onsCampbell Barton
2018-02-15Merge branch 'master' into blender2.8Sergey Sharybin
2018-02-13Object Mode: remove Scene.obeditCampbell Barton
2018-02-08Object Mode: move to workspace structCampbell Barton
2018-02-07Fix error with Main.eval_ctx.object_mode being unsetCampbell Barton
2017-12-01Fix crash reading 2.8 files with workspace.view_layer setJulian Eisel
2017-12-01Workspaces: Store an active view-layer per sceneJulian Eisel
2017-11-25Get workspace mode from the workspace view-layerJulian Eisel
2017-11-23Rename any instance of scene layer or render layer in code with view layerDalai Felinto
2017-11-09Depsgraph: Make dependency graph to be built from scene layerSergey Sharybin
2017-11-08Depsgraph: Move storage from single per-scene depsgraph to a hash storageSergey Sharybin
2017-10-17Merge branch 'master' into blender2.8Campbell Barton
2017-10-17Docs: Add comments on workspace removal functionsJulian Eisel
2017-10-16Workspace: Call BKE_viewrender_free from the right placeDalai Felinto
2017-10-16Workspace: Move engines to workspace and Properties Editor cleanupDalai Felinto
2017-10-07Cleanup: style, duplicate includesCampbell Barton
2017-08-07Merge again...Bastien Montagne
2017-06-01Move custom transform orientations to workspaceJulian Eisel
2017-06-01Main Workspace IntegrationJulian Eisel