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-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
2021-03-16LibOverride: tweak log messages, fix crash in log code.Bastien Montagne
2021-03-15LibOverride: Add checks to address some degenerate blend file casesBastien Montagne
2021-03-12Fix another crash in LibOverride resync code.Bastien 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: First stage of detection of 'need resync'.Bastien Montagne
2021-03-11LibOverride: Do not delete no-more-used overrides during resync if they are u...Bastien Montagne
2021-03-11LibOverride: Add a utils to check if override has been user-edited.Bastien Montagne
2021-03-08Cleanup: Move LibOverride debug prints to CLOG.Bastien Montagne
2021-02-10Cleanup/fix warnings.Bastien Montagne
2021-02-10LibOverride: Refactor: Switch more code to using Main.relations.Bastien Montagne
2021-02-09LibOverride: Refactor: Switch more code to using Main.relations.Bastien Montagne
2021-02-09Fix (unreported) assert in liboverride reset code.Bastien Montagne
2021-02-09LibOverride: Refactor a bit override hierarchy utils.Bastien Montagne
2021-02-09LibOverride: Verious minor cleanups and fixes to code tagging IDs in an overr...Bastien Montagne
2021-02-09LibOverride: cleanup: code consistency.Bastien Montagne
2021-02-04LibOverride: Improve/Fix issues in override resync process.Bastien Montagne
2021-02-04Liboverride: clean-up/sanitize tagging of root overrides.Bastien Montagne
2021-02-02Cleanup: LibOverride: group logically utils static functions.Bastien Montagne
2021-02-01Fix crash when creating lib overrides.Bastien Montagne
2021-01-25Cleanup: spellingCampbell Barton
2021-01-25LibOverride: refactor of relationships handling in library overrides.Bastien Montagne
2021-01-22Refactor BMain relations temp data.Bastien Montagne
2021-01-15Cleanup: LibOverride: Update comment.Bastien Montagne
2020-12-28Cleanup: Typo: `overriden` -> `overridden`.Bastien Montagne
2020-12-28UI: List library overrides in the OutlinerJulian Eisel
2020-12-17Fix T83875: Converting Proxy to override crashes blender.Bastien Montagne
2020-12-16LibOverride: Better handling of missing linked data during resync.Bastien Montagne
2020-11-30Fix T82996: Library Overrides: Duplicate of overridden collection on ResyncBastien Montagne
2020-11-26Fix T83046: Material change not updating in the link of an override.Bastien Montagne
2020-11-13LibOverride: Do not tag overrides for complete recalc.Bastien Montagne
2020-11-12Cleanup: spellingCampbell Barton
2020-11-10LibOverride: Optimize deletion of overrides in liboverride delete.Bastien Montagne
2020-11-10Cleanup/Update comments in liboverride code.Bastien Montagne
2020-11-10Cleanup/Update comments in liboverride code.Bastien Montagne
2020-11-02Another attempt at fixing T81963: Random rare crashes in override code.Bastien Montagne
2020-10-27Cleanup: improve comment about shape keys, correct spellingCampbell Barton
2020-10-26Merge branch 'blender-v2.91-release' into masterBastien Montagne
2020-10-26Proper, cleaner fix for T81963: Random rare crashes in override code.Bastien Montagne
2020-10-26Merge branch 'blender-v2.91-release' into masterBastien Montagne
2020-10-26Fix T81963: Random rare crashes in override code.Bastien Montagne
2020-10-22Potential fix for T81963: Random crashes in liboverride code.Bastien Montagne
2020-10-13Fix (unreported) liboverride of an object hiding its dependencies.Bastien Montagne
2020-10-07Refactor `BKE_id_copy` to return the new ID pointer.Bastien Montagne
2020-09-29Quiet unused variable warningJacques Lucke
2020-09-24Fix part of asserts in LibOverride when resynching.Bastien Montagne
2020-09-24Fix LibOverride Resync generating orphaned data-blocks.Bastien Montagne
2020-09-24Fix crash related to liboverride differential operations code.Bastien Montagne