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
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
2020-09-24Cleanup: spellingCampbell Barton
2020-09-23LibOverride: Add operator to convert a proxy object into an override.Bastien Montagne
2020-09-23Fix (unreported) LibOverride: RNA asserts when applying overrides.Bastien Montagne
2020-09-23LibOverride: Tweak override creation code.Bastien Montagne
2020-09-08Cleanup: consistent syntax for doxygen parametersCampbell Barton
2020-08-29Cleanup: spellingCampbell Barton
2020-08-28Merge branch 'blender-v2.90-release' into masterBastien Montagne
2020-08-28Fix T80078: Overrides: Crash with animated IK control on linked armature.Bastien Montagne
2020-08-20LibOverride: Add 'delete and use linked data' operation.Bastien Montagne
2020-08-20Cleanup: clang-formatCampbell Barton
2020-08-19LibOverride: Add initial version of 'resync' operation.Bastien Montagne
2020-08-13Merge branch 'blender-v2.90-release' into masterBastien Montagne
2020-08-13Fix T79591: Liboverride: do not update overrides on missing linked data.Bastien Montagne
2020-08-07Cleanup: Blenkernel, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-08-05Cleanup: missing 'initialize' -> 'init' from previous cleanupCampbell Barton
2020-07-27Cleanup: comments.Bastien Montagne
2020-07-27Cleanup: Minor renaming.Bastien Montagne
2020-07-23Cleanup: Clang format.Bastien Montagne
2020-07-23Fix (unreported) bad handling of pointers in overrides with shapekeys.Bastien Montagne
2020-07-23LibOverride: Add core functions to reset a library override.Bastien Montagne
2020-07-23LibOverride: Fix missing ID update tag in `BKE_lib_override_library_update`.Bastien Montagne
2020-07-23LibOverride: change runtime data into a real struct.Bastien Montagne
2020-07-23LibOverride: Optimize/fix new generic 'relation-based' make override code.Bastien Montagne
2020-07-21Cleanup: Comments.Bastien Montagne
2020-07-21Fix (unreported) LibOverride creation adding things to linked collections.Bastien Montagne
2020-07-20Fix (unreported) bad handling of shapekeys when applying override rules.Bastien Montagne
2020-07-20Fix T78958: Library Override crash: undo make local.Bastien Montagne
2020-07-16Cleanup: spellingCampbell Barton
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-07-01Cleanup: spellingCampbell Barton
2020-06-30LibOverride: Add proper handling of shapekeys to core override code itself.Bastien Montagne
2020-06-30LibOverride: Add concept of 'embedded'/'virtual' override.Bastien Montagne
2020-06-30Cleanup: LibOverride: Naming.Bastien Montagne
2020-06-30LibOverride: Fix improper update of depsgraph relations.Bastien Montagne
2020-06-30Cleanup: LibOverride: Replace raw pointers checks by proper macros.Bastien Montagne
2020-06-30Cleanup (from clang format)...Bastien Montagne
2020-06-19LibOverride: Cleanup: remove unused parameter.Bastien Montagne
2020-06-19LibOverride: Parallelize diffing of Main database.Bastien Montagne
2020-06-19LibOverride: add some more debug timing prints...Bastien Montagne
2020-06-18LibOverride: Improve performances by using better string hashing function.Bastien Montagne
2020-06-18LibOverride: increase speed of RNA diffing process.Bastien Montagne
2020-06-12LibOverride: Remove 'auto override' option.Bastien Montagne
2020-06-10Enable (deep) copy of overrides.Bastien Montagne