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-10-20Lib reload/relocate: Improve performances.Bastien Montagne
2022-10-20Fix (studio-reported) issue with overrides on library relocating.Bastien Montagne
2022-09-28Cleanup: spelling in commentsCampbell Barton
2022-09-14ViewLayer: Lazy sync of scene data.Monique Dewanchand
2022-08-01Fix T99820: missing 'no more mising' tagging on reloaded libraries.Bastien Montagne
2022-05-25Merge branch 'blender-v3.2-release'Bastien Montagne
2022-05-25Cleanup: Link/append: Remove useless proxy handling code.Bastien Montagne
2022-05-25Merge branch 'blender-v3.2-release'Bastien Montagne
2022-05-25Fix link/append code not properly setting correct ID in context items.Bastien Montagne
2022-05-17Cleanup: Use `switch` and `BLI_assert_unreachable()` more.Bastien Montagne
2022-05-17Cleanup: spelling in commentsCampbell Barton
2022-05-13Merge branch 'blender-v3.2-release'Bastien Montagne
2022-05-13Fix T98072: Regression: When appending a Scene, the Collections that are excl...Bastien Montagne
2022-05-03Cleanup: spelling in commentsCampbell Barton
2022-04-29Fix T95480: Crash when relocating libraries in some cases.Bastien Montagne
2022-04-13Fix T97289: Linked collection assets disappear.Bastien Montagne
2022-03-28Fix various UI messages issues.Bastien Montagne
2022-03-10Cleanup: spelling in comments & some minor clarificationsCampbell Barton
2022-03-01Cleanup: use doxygen comments, correct spellingCampbell Barton
2022-02-28Merge branch 'blender-v3.1-release'Bastien Montagne
2022-02-28Fix T96048: Crash on appending with driver variables loop in shapekeys.Bastien Montagne
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-04Remove internal proxy code, and deprecate related DNA data.Bastien Montagne
2022-02-02Remove option to not auto-convert proxies on file load.Bastien Montagne
2022-02-02Proxies Removal: Handle conversion to liboverrides also for linked data.Bastien Montagne
2022-01-17T94828: Appending collection with instancing links nested collectionsJulian Eisel
2022-01-06Cleanup: spelling in commentsCampbell Barton
2021-12-21Fix T93757: Do not force-instantiate indrectly linked objects in linking case.Bastien Montagne
2021-12-21Fix T93839: Copy/Paste of empty instantiating a collection.Bastien Montagne
2021-12-07Cleanup: move public doc-strings into headers for 'blenkernel'Campbell Barton
2021-12-06Cleanup: remove some temp dev asserts in new link/append code.Bastien Montagne
2021-12-02Blendread: Remove all instantiation logic from `BLO_library_link_` code.Bastien Montagne
2021-12-02Cleanup: spelling in commentsCampbell Barton
2021-11-30LibLink/Append: Some cleanup and addition to comments.Bastien Montagne
2021-11-30LibLink/Append: Add a utils to link/append all ID of given types from a given...Bastien Montagne
2021-11-30LibLink/Append: tweak instantiation of collections in viewlayers.Bastien Montagne
2021-11-30LibLink/Append: tweak asserts in main BKE link/append functions.Bastien Montagne
2021-11-30Cleanup: spelling in comments & stringsCampbell Barton
2021-11-30Cleanup: use colon after doxygen params, correct slash directionCampbell Barton
2021-11-26Fix T93402: Linking Collections instantiate extra sub-collections.Bastien Montagne
2021-11-25Merge branch 'blender-v3.0-release'Bastien Montagne
2021-11-23BKE LibLink/Append: Add mechanism for external code to loop over link/append ...Bastien Montagne
2021-11-23BKE link/append: Add optional blendfile handle to libraries.Bastien Montagne
2021-11-23BKE link/append: Add optional blendfile handle to libraries.Bastien Montagne
2021-11-22BKE Link/Append: Use BLO's LibraryLink_Params.Bastien Montagne
2021-11-22Link/Append: Move main linking code (from WM) to use new instantiation code i...Bastien Montagne
2021-11-22Link/Append: Move most of core link/append code from WM to new `BKE_blendflie...Bastien Montagne