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-01-14Cleanup: spelling in comments, C++ style comments for disabled codeCampbell Barton
2022-01-07LibOverrides: small refactor of resync main public function.Bastien Montagne
2022-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2022-01-06Cleanup: spelling in commentsCampbell Barton
2022-01-05Fix T94650: LibOverride: Bad handling of (auto)resync in case of single overr...Bastien Montagne
2021-12-14Cleanup: resolve parameter mis-matches in doc-stringsCampbell Barton
2021-12-07Cleanup: move public doc-strings into headers for 'blenkernel'Campbell Barton
2021-09-28Fix T89400: Possible to delete objects used by overrides of collections.Bastien Montagne
2021-09-24LibOverride: Add utils to convert all proxies to overrides.Bastien Montagne
2021-07-16Cleanup: sort struct declarationsCampbell Barton
2021-06-28LibOverride: Fix crash in ShapeKeys when making a mesh override local.Bastien Montagne
2021-06-23Revert "Revert "Enhanced stats/reports for blendfile reading.""Bastien Montagne
2021-06-22Revert "Enhanced stats/reports for blendfile reading."Brecht Van Lommel
2021-06-22Enhanced stats/reports for blendfile reading.Bastien Montagne
2021-06-03LibOverride: Add `override_hierarchy_create`to ID's RNA API.Bastien Montagne
2021-05-26LibOverride: add recursive resync.Bastien Montagne
2021-05-07LibOverride: Add proper reports when deleting user-edited overrides as part o...Bastien Montagne
2021-04-08LibOverride: Fix several issues with resync code.Bastien Montagne
2021-03-29Overrides: API to create an override template.Jeroen Bakker
2021-03-19LibOverride: Stash away 'leftover' objects/collections from auto-resync process.Bastien Montagne
2021-03-15LibOverride: Add checks to address some degenerate blend file casesBastien Montagne
2021-03-12LibOverride: Add a new operation to Outliner to enforce resync of hierarchies.Bastien Montagne
2021-03-11LibOverride: Add second part of auto-resync code.Bastien Montagne
2021-03-11LibOverride: Add a utils to check if override has been user-edited.Bastien Montagne
2021-01-25LibOverride: refactor of relationships handling in library overrides.Bastien Montagne
2020-12-28UI: List library overrides in the OutlinerJulian Eisel
2020-12-16LibOverride: Better handling of missing linked data during resync.Bastien Montagne
2020-09-30Cleanup: sort struct declarationsCampbell Barton
2020-09-23LibOverride: Add operator to convert a proxy object into an override.Bastien Montagne
2020-08-20LibOverride: Add 'delete and use linked data' operation.Bastien Montagne
2020-08-19LibOverride: Add initial version of 'resync' operation.Bastien Montagne
2020-08-07Merge branch 'blender-v2.90-release' into masterJacques Lucke
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-08-05Cleanup: missing 'initialize' -> 'init' from previous cleanupCampbell Barton
2020-07-23LibOverride: Add core functions to reset a library override.Bastien Montagne
2020-07-15LibOverride: move most of 'complete override creation' from ED_object to BKE_...Bastien Montagne
2020-07-14Cleanup: function name not following its module conventions.Bastien Montagne
2020-07-14LibOverride: Move code tagging reauired dependencies of an override into BKE.Bastien Montagne
2020-07-13LibOverride: Cleanup: Remove option to disable library overrides.Bastien Montagne
2020-06-19LibOverride: Cleanup: remove unused parameter.Bastien Montagne
2020-06-10Enable (deep) copy of overrides.Bastien Montagne
2020-04-16Fix T75730: Properly remove unused override properties/operations.Bastien Montagne
2020-04-16Refactor/strengthen a bit invalid operands checks when applying an override o...Bastien Montagne
2020-03-02Cleanup: make remaining blenkernel headers work in C++Jacques Lucke
2020-02-15Cleanup: spellingCampbell Barton
2020-02-10Cleanup: Rename `BKE_library_override_` functions to `BKE_lib_override_library_`Bastien Montagne
2020-02-10Fix mismatch in BKE headers' multi-include safeguards naming.Bastien Montagne
2020-02-10Cleanup: Add basic doc about each `BKE_main` and `BKE_lib` files.Bastien Montagne
2020-02-10Cleanup/refactor: Rename `BKE_library` files to `BKE_lib`.Bastien Montagne