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
2021-09-21Keymap: preference for fallback-tool with RMB selectCampbell Barton
2021-08-06Cleanup: rename `FileList::asset_library` → `asset_library_ref`Sybren A. Stüvel
2021-07-21Assets: Rename workspace active asset library DNA variableJulian Eisel
2021-07-15Assets: Add an active asset library per workspace, for the UI to useJulian Eisel
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2020-12-15Cleanup: reduce indirect DNA header inclusionCampbell Barton
2020-11-19Build-system: Force C linkage for all DNA type headersJulian Eisel
2020-10-02Fix (unreported) design flow in how workspace's relation data are read from ....Bastien Montagne
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-01-03Tool System: store the fallback tool for re-useCampbell Barton
2019-12-06Tool System: experimental fallback tool supportCampbell Barton
2019-06-17Cleanup: comment spellingCampbell Barton
2019-05-02Cleanup: outdated comments, unused defineCampbell Barton
2019-05-02Workspace: remove global active toolCampbell Barton
2019-04-21Cleanup: comments (long lines) in makesdnaCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-02Cleanup: remove DNA_PRIVATE_WORKSPACE hacks.Brecht Van Lommel
2019-03-11Fix T60855: workspace duplicate does not preserve addons filters.Brecht Van Lommel
2019-03-08Cleanup: spellingCampbell 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-15Cleanup: comment line length (DNA)Campbell Barton
2019-01-07Cleanup: corrections to last commitCampbell Barton
2019-01-07Cleanup: move DNA comments before struct membersCampbell Barton
2018-10-29Cleanup: avoid C++ keyword in DNACampbell Barton
2018-09-24Spelling fixes in comments and descriptions (2.8 changes), patch by luzpaz.Brecht Van Lommel
2018-09-13Workspaces: reference count screens, otherwise they are never freed.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-07-15WM: rename manipulator to gizmo internallyCampbell Barton
2018-07-04Workspaces: store view layer per main window, instead of per workspace.Brecht Van Lommel
2018-07-03Tool System: add operator for introspectionCampbell Barton
2018-06-26UI: move modal operator text from headers to status bar.Brecht Van Lommel
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-23Cleanup: rename idname -> nameCampbell Barton
2018-05-23Fix T53481: Linked scene crashes on loadCampbell Barton
2018-05-23Workspace: remove deprecated view layerCampbell Barton
2018-05-22Tool System: store operator properties in the toolCampbell Barton
2018-05-18Fix tools not being initialized on startupCampbell Barton
2018-05-18Tool System: add cursor (currently unused)Campbell Barton
2018-05-17Tool System: per space/mode tool supportCampbell Barton
2018-04-29Tool System: support data-blocks in toolsCampbell 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-05Remove workspace object mode, reverts changes w/ 2.8Campbell Barton
2018-02-28WorkSpace: UI filtering for add-onsCampbell Barton
2018-02-08Object Mode: move to workspace structCampbell Barton