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-05-31Cleanup: Move lib_override.c to C++Hans Goudey
2022-05-20LibOverride: Add option to Hierarchy Creation to get all data user-editable b...Bastien Montagne
2022-05-19Merge branch 'blender-v3.2-release'Bastien Montagne
2022-05-19Fix liboverride extreme resync times in case of libraries dependency loops.Bastien Montagne
2022-05-19Revert "Fix liboverride extreme resync times in case of libraries dependency ...Bastien Montagne
2022-05-19Fix liboverride extreme resync times in case of libraries dependency loops.Bastien Montagne
2022-05-19Fix T73250: Override Library will always return to Object Mode on file opening.Bastien Montagne
2022-05-18Merge branch 'blender-v3.2-release'Bastien Montagne
2022-05-18Fix (unreported) crash in some rare case when making liboverride.Bastien Montagne
2022-05-17Cleanup: Remove asserts when logging error messages.Bastien Montagne
2022-05-17Cleanup: Use `switch` and `BLI_assert_unreachable()` more.Bastien Montagne
2022-05-16Fix T98136: Crash undoing "Make Library Override" in some cases.Bastien Montagne
2022-05-10LibOverride: Fix memory leak in resyncing code.Bastien Montagne
2022-05-10LibOverride: Fix bad ID getting hierarchy root updated.Bastien Montagne
2022-05-10LibOverride: Make process checking validity of hierarchy roots more robust.Bastien Montagne
2022-03-30Cleanup: spelling in commentsCampbell Barton
2022-03-29LibOverride: Rename 'delete hierarchy' to 'clear hierarchy', add 'clear singl...Bastien Montagne
2022-03-29LibOverride: Add initial handling of system overrides in creation/duplication...Bastien Montagne
2022-03-29LibOverride: Add initial System Override flag.Bastien Montagne
2022-03-29Fix (unreported) LibOverride: re-creation of overrides in consecutive partial...Bastien Montagne
2022-03-16Add 'multiple' variant of ID relink function.Bastien Montagne
2022-03-14Auto-generate RNA-structs declarations in `RNA_prototypes.h`Julian Eisel
2022-03-10Cleanup: spelling in comments & some minor clarificationsCampbell Barton
2022-03-08LibOverride: Do not assert when root ID is not object/collection.Bastien Montagne
2022-03-08Fix (unreported) liboverride rules from linked data disapearing.Bastien Montagne
2022-03-08LibOverrides: Tweak to ensure no overrides can be created on linked data.Bastien Montagne
2022-02-25LibOverrides: fix handling of hierarchy root in complex cases.Bastien Montagne
2022-02-22Merge branch 'blender-v3.1-release'Bastien Montagne
2022-02-22Fix (unreported) LibOverride: missing copying `flag` member.Bastien Montagne
2022-02-18LibOverride: Fix resync sometimes deleting root ID of other liboverrides.Bastien Montagne
2022-02-18LibOverride: Fix potential broken cases re ShapeKeys when finding hierarchy r...Bastien Montagne
2022-02-17Cleanup: Replace direct `id.lib` pointer checks with `ID_IS_LINKED` macro usa...Bastien Montagne
2022-02-14Fix (studio reported) crash in new resync code.Bastien Montagne
2022-02-11Fix (studio-reported) liboverrides potential infinite loop in hierarchy root ...Bastien Montagne
2022-02-11LibOverride: Add partial resync.Bastien Montagne
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-10Minor cleanup: Use `ID_IS_LINKED`.Bastien Montagne
2022-02-10Fix (unreported) over-resync from RNA detection code in linked cases.Bastien Montagne
2022-02-10LibOverride: Fix/improve handling of hierarchy root in tagged creation.Bastien Montagne
2022-02-10Cleanup: copyright in headers, spelling in commentsCampbell Barton
2022-02-08LibOverride: Use new 'hierarchy root' info in relevant override code.Bastien Montagne
2022-02-08LibOverride: Add 'hierarchy root ID' info.Bastien Montagne
2022-02-08LibOverride: Add 'hierarchy root ID' info.Bastien Montagne
2022-02-03Fix (unreported) broken logic in proxy to liboverride conversion.Bastien Montagne
2022-02-03Merge branch 'blender-v3.1-release'Brecht Van Lommel
2022-02-03Fix T91254: Some editing operation indirectly delete objects from override co...Bastien Montagne
2022-02-02LibOverride: Move proxy conversion code in its own file.Bastien Montagne
2022-02-02Merge branch 'blender-v3.1-release'Bastien Montagne
2022-02-02Fix (unreported) bug in liboverride resync code.Bastien Montagne
2022-02-02Proxies Removal: Handle conversion to liboverrides also for linked data.Bastien Montagne