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-09-28Cleanup: spelling in commentsCampbell Barton
2022-08-12Cleanup: Typos in comments.Bastien Montagne
2022-08-12IDType `get_owner`: add an optional hint about owner ID.Bastien Montagne
2022-08-02LibOverride: Expose in public API the utils to get actual override data.Bastien Montagne
2022-06-30Cleanup: colon after params, move text into public doc-strings, spellingCampbell Barton
2022-06-14Cleanup: spellingCampbell Barton
2022-06-10LibOverride: Add util to check if a given Override Property is animated.Bastien Montagne
2022-06-10Liboverride: Add rna array index return value to `BKE_lib_override_rna_proper...Bastien Montagne
2022-05-31Cleanup: Improve const correctness of ID functionsHans Goudey
2022-05-20LibOverride: Add option to Hierarchy Creation to get all data user-editable b...Bastien Montagne
2022-03-31Cleanup: spelling, trailing space for comment-blocksCampbell Barton
2022-03-29LibOverride: Rename 'delete hierarchy' to 'clear hierarchy', add 'clear singl...Bastien Montagne
2022-03-29LibOverride: Add initial System Override flag.Bastien Montagne
2022-02-25LibOverrides: fix handling of hierarchy root in complex cases.Bastien Montagne
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-10LibOverride: Fix/improve handling of hierarchy root in tagged creation.Bastien Montagne
2022-02-08LibOverride: Add 'hierarchy root ID' info.Bastien Montagne
2022-02-02LibOverride: Add 'owner library' info to some liboverride code.Bastien Montagne
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