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-12-07Cleanup: move public doc-strings into headers for 'blenkernel'Campbell Barton
2021-11-29Refactor BKE_bpath module.Bastien Montagne
2021-11-24Cleanup: `IDTypeInfo` new `asset_type_info` member.Bastien Montagne
2021-10-26Cleanup: LibQuery: Rename `BKE_LIB_FOREACHID_PROCESS` to `BKE_LIB_FOREACHID_P...Bastien Montagne
2021-09-16Fix: properly implement the 'only append' execption case for WorkSpaces.Bastien Montagne
2021-09-15Fix broken WorkSpace use after recent refactor of append code.Bastien Montagne
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-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-03-24Cleanup: remove stdio.h header from MEM_guardedalloc.hCampbell Barton
2021-02-25Refactor: IDTypeInfo: Add `owner_get` to get owner of embedded IDs.Bastien Montagne
2021-01-22LibOverride: Add an 'post apply' callback to IDTypeInfo.Bastien Montagne
2020-11-03Add a callback to `IDTypeInfo` to allow preservation of some data accross mem...Bastien Montagne
2020-10-30Refactor: move WorkSpace .blend I/O to IDTypeInfo callbacksJacques Lucke
2020-10-27Cleanup: use over-line for doxy commentsCampbell Barton
2020-10-08Cleanup/refactor: `BKE_libblock_alloc` -> `BKE_id_new` in ID creation code.Bastien Montagne
2020-10-07IDTypeInfo: add flag to indicate that ID has no animation dataJacques Lucke
2020-10-02Fix (unreported) design flow in how workspace's relation data are read from ....Bastien Montagne
2020-09-29Fix unreported Eisenbug leading to a crash when reading a blend file.Bastien Montagne
2020-08-28IDTypeInfo: add .blend file io callbacksJacques Lucke
2020-08-07Cleanup: Blenkernel, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-05-26Cleanup/refactor: Workspace API, boilerplate code, early exitJulian Eisel
2020-05-18Refactor: Move workspace foreach_id to new IDTypeInfo structure.Bastien Montagne
2020-04-03Code Quality: Replace for loops with LISTBASE_FOREACHDalai Felinto
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-09Cleanup: WorkSpace: Move to IDTypeInfo and remove unused BKE API.Bastien Montagne
2020-02-18Fix (unreported) wrong handling of usercount in `BKE_workspace_add()`.Bastien Montagne
2020-02-10Cleanup/refactor: Rename `BKE_library` files to `BKE_lib`.Bastien Montagne
2020-01-15Fix T70965: Undo crash with specific fileJulian Eisel
2019-11-29Tests: prevent failing assertion when running blendfile-loading testSybren A. Stüvel
2019-06-15Cleanup: spellingCampbell Barton
2019-05-16Refactor: Simplify ID Property freeingJacques Lucke
2019-05-15Tool System: avoid redundant refreshCampbell Barton
2019-05-15Cleanup: use doxy sections for workspaceCampbell Barton
2019-04-27Cleanup: comments (long lines) in blenkernelCampbell Barton
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