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-06-04LibOverride: Fix early break in some of the resync code.Bastien Montagne
2021-06-03LibOverride: fix previous commit (rB826bed4349fa).Bastien Montagne
2021-06-03LibOverride: Fix some fail cases with auto-resync.Bastien Montagne
2021-06-03LibOverride: Add `override_hierarchy_create`to ID's RNA API.Bastien Montagne
2021-06-03LibOverride: ensure proper indirect tag for 'virtual' linked IDs.Bastien Montagne
2021-06-01LibOverride: Fix again infinite loop in resync in some complex/degenerated ca...Bastien Montagne
2021-06-01Cleanup: LibOverride: rename 'local' group tagging functions to 'overrides'.Bastien Montagne
2021-06-01Fix libOverride resync issues in some corner-cases.Bastien Montagne
2021-05-28Fix crash in liboverride resync.Bastien Montagne
2021-05-27Fix own crash in today's rBf68288a8746f.Bastien Montagne
2021-05-27LibOverride: refactor recursive resync.Bastien Montagne
2021-05-27Cleanup: rename BKE_main_id_{clear_newpoins => newptr_and_tag_clear}Campbell Barton
2021-05-27LibOverride: Add heuristic protection against infinite loop due to libraries ...Bastien Montagne
2021-05-27Fix (studio-reported) infinite loop in resync code.Bastien Montagne
2021-05-27Cleanup: spellingCampbell Barton
2021-05-26LibOverride: add recursive resync.Bastien Montagne
2021-05-26LibOverride: add helper to retrieve override data from an ID.Bastien Montagne
2021-05-26LibOverride: Do not try to generate override data of linked data.Bastien Montagne
2021-05-12Cleanup: use our own code style for doxy-gen comment blocksCampbell Barton
2021-05-10Cleanup: spellingCampbell Barton
2021-05-07Merge branch 'blender-v2.93-release'Bastien Montagne
2021-05-07LibOverride: more tweaking to handling of obsolete overrides during resync.Bastien Montagne
2021-05-07Merge branch 'blender-v2.93-release'Bastien Montagne
2021-05-07LibOverride: Add proper reports when deleting user-edited overrides as part o...Bastien Montagne
2021-05-07LibOverride: Do not preserve local overrides when their linked data disappear.Bastien Montagne
2021-05-07LibOverride: Fix many 'obsolete' overrides not being properly deleted.Bastien Montagne
2021-05-06LibOverride: Better handling of 'orphaned' Objects in override creation.Bastien Montagne
2021-05-05LibOverride: More fixes to properly ignore non-overridable ID pointers.Bastien Montagne
2021-05-05LibOverride/LibQuery: Refactor 'non-overridable' status management.Bastien Montagne
2021-04-30LibOverride: Fix infinite resync loop in some invalid file cases.Bastien Montagne
2021-04-11Cleanup: spellingCampbell Barton
2021-04-10LibOverride: Fix resync bug on recursive overrides.Bastien Montagne
2021-04-10LibOverride: Fix (unreported) assert when creating overrides of linked overri...Bastien Montagne
2021-04-09Cleanup: use our own code style for doxy-gen comment blocksCampbell Barton
2021-04-08LibOverride: Fix several issues with resync code.Bastien Montagne
2021-04-08LibOverride: Add a new 'leftover' flag to ID.Bastien Montagne
2021-03-29Fix: Override Test Cases Failing With Asserts.Jeroen Bakker
2021-03-29Overrides: API to create an override template.Jeroen Bakker
2021-03-26Cleanup: clang-formatCampbell Barton
2021-03-26LibOverride: fix bad ID relationships handling during resync.Bastien Montagne
2021-03-26LibOverride: Fix mistake in recent commit.Bastien Montagne
2021-03-25LibOverride; Fix missing re-creation of auto-generated override rules after r...Bastien Montagne
2021-03-23LibOverride: Also consider RNA Collection in 'need resync' detection.Bastien Montagne
2021-03-22Cleanup: spelling, expand on commentsCampbell Barton
2021-03-21Cleanup: spelling, doxygen comment formattingCampbell Barton
2021-03-19LibOverride: Stash away 'leftover' objects/collections from auto-resync process.Bastien Montagne
2021-03-19LibOverride: fix code trying to auto-resync linked overrides.Bastien Montagne
2021-03-18LibOverride: Fix missing update after an override reset.Bastien Montagne
2021-03-16LibOverride: Resync: Fix most remaining 'overrides in master collection' issues.Bastien Montagne
2021-03-16LibOverride: Resync: Fix too many objects being rooted in master collection.Bastien Montagne