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
2022-02-03Fix (unreported) broken do_version of hidden layers from pre-2.8 files.Bastien Montagne
2022-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2021-12-22Fix T93799: Outliner: Remaping objects could result in duplicates in a collec...Bastien Montagne
2021-12-07Cleanup: move public doc-strings into headers for 'blenkernel'Campbell Barton
2021-08-11Cleanup: rename BKE_collection_{free => free_data}Campbell Barton
2021-08-04Cleanup: rename restrict to hide/visibility in Object, Collection, MaskLayerBrecht Van Lommel
2021-07-06Rename Scene's embeded collections from "Master Collection" to "Scene Collect...Bastien Montagne
2021-06-30Cleanup: use const arguments for accessor functionsCampbell Barton
2021-04-23Fix bug/crash in ID bulk deletion code.Bastien Montagne
2021-04-08BKE_collection: Add a util returning a gset with all objects in given scene's...Bastien Montagne
2021-04-02Cleanup: Use const argumentsHans Goudey
2021-03-16Grease Pencil: Add LineArt modifierYimingWu
2021-02-25Refactor: IDTypeInfo: Add `owner_get` to get owner of embedded IDs.Bastien Montagne
2020-11-06Cleanup: sort structs, filesCampbell Barton
2020-10-29Refactor: move Collection .blend I/O to IDTypeInfo callbacksJacques Lucke
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-07-20Fix T78960: 2.83.2 not opening a 2.82a project correctly.Bastien Montagne
2020-07-15BKE collection: add util to add a collection using another collection as 'tem...Bastien Montagne
2020-06-17Refactor duplicate of data-blocks.Bastien Montagne
2020-06-16Fix issue with uint in headers in recent own commit.Bastien Montagne
2020-06-16Cleanup: remove hierarchy parameter from `BKE_collection_duplicate`Bastien Montagne
2020-06-16Cleanup: get rid of `BKE_collection_copy`.Bastien Montagne
2020-06-02Library Overrides: Don't move collections to Scene Collection when overridingJulian Eisel
2020-03-06Cleanup: Collection: Move to IDTypeInfo, and remove unused BKE API.Dalai Felinto
2020-03-05Cleanup: formatting, strip trailing spaceCampbell Barton
2020-03-04Refactor ID make local to use a single flag parameter.Bastien Montagne
2020-01-17Fix memory leak when full-copying a scene after recent changes.Bastien Montagne
2019-09-02DatablockManagement: Cleanup: get rid of `BKE_collection_copy_master()`.Bastien Montagne
2019-09-02Cleanup: get rid of BKE_collection_master() useless accessor.Bastien Montagne
2019-08-25Cleanup: redundant struct declarationsCampbell Barton
2019-08-02Cleanup: clang-format, also typo fix.Campbell Barton
2019-07-16Fix T66944: Rigid Body Constraint in duplicated collection is not added to Ri...Bastien Montagne
2019-06-20Fix T64705: can't drive object visibility in collection instancesBrecht Van Lommel
2019-05-23BKE Collection: Add new function to rebuild parent relationships.Bastien Montagne
2019-05-11Outliner Visibility UpdateDalai Felinto
2019-04-20Cleanup: quiet extra-semicolon warningCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-02Cleanup: empty expression statement warningCampbell Barton
2019-03-15Fix T62313 - No way to remove object from master collection in 3d viewDalai Felinto
2019-03-12BKE Collections: add helper to find the scene of a master collection.Bastien Montagne
2019-03-06Collection duplication from Outliner: add a 'duplicate hierarchy' operation.Bastien Montagne
2019-03-06Cleanup: remove no-op BKE_collection_copy_full().Bastien Montagne
2019-03-01Outliner: Collection - Duplicate Hierarchy, and Duplicate Linked HierarchyDalai Felinto
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-28Cleanup: sort forward declarations of enum & structCampbell Barton
2018-12-30Cleanup: remove non-existing function declarationsCampbell Barton
2018-11-13Util to get collection UI nameDalai Felinto
2018-10-19Outliner: Open empty collection when something is dragged into itJacques Lucke