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-06-05Cleanup: assign operator type flags in their initializationCampbell Barton
2022-04-29Fix (unreported) library relocating code making indirectly linked IDs direct.Bastien Montagne
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-12-16Remove G.relbase_validCampbell Barton
2021-12-08Cleanup: move public doc-strings into headers for 'windowmanager'Campbell Barton
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 most of core link/append code from WM to new `BKE_blendflie...Bastien Montagne
2021-11-05Merge branch 'blender-v3.0-release'Bastien Montagne
2021-11-05Fix potential uninitialized memory in link/append code.Bastien Montagne
2021-11-04Minor tweaks to new append code.Bastien Montagne
2021-11-01Fix T92629: Crash on mesh separate after rB43bc494892c3.Bastien Montagne
2021-10-29IDManagement: Remove deprecated `BKE_libblock_relink_to_newid` usages.Bastien Montagne
2021-10-25Fix T92430: Infinite recursion in some cases in new append code.Bastien Montagne
2021-10-21IDManagement: Add option to clear asset data when making ID local.Bastien Montagne
2021-10-21Cleanup: de-duplicate function to instantiate objectsCampbell Barton
2021-10-20Fix T92347: Append function excludes Collections that do not contain Objects ...Bastien Montagne
2021-10-19Fix T92224: Refactor of append code unexpectedly changed behavior with 'local...Bastien Montagne
2021-10-12Cleanup: Typo in comment.Bastien Montagne
2021-10-12WindowManager: Keep track or the source library when appending.Jeroen Bakker
2021-10-06Fix handling of overrides during append.Bastien Montagne
2021-10-05Fix T86379: When using "Append" not handling properly RigidBody constraintsBastien Montagne
2021-10-01Fix T91834: Appending objects with shape keys into new file is broken.Bastien Montagne
2021-09-27Fix two issues with recent new Append code.Bastien Montagne
2021-09-23LibLink: Modify WM API to link/append one ID to take flag parameter.Bastien Montagne
2021-09-23LibLink Append: Expose 'reuse ID' through new BLO flag, and add basic tests.Bastien Montagne
2021-09-23LibLink Append: Fix 'reused ID' case keeping linked data around.Bastien Montagne
2021-09-23Cleanup: proper handling of `LIB_TAG_DOIT` in append code.Bastien Montagne
2021-09-23Append: Reuse local data: remove limitation on directly selected data.Bastien Montagne
2021-09-23Link/Append: Refactor flags.Bastien Montagne
2021-09-23Cleanup: spelling in commentsCampbell Barton
2021-09-22Initial implementation of local ID re-use when appending.Bastien Montagne
2021-09-17Fix (harmless) mistake in recent new Append code.Bastien Montagne
2021-09-16Cleanup: WM append code: de-duplicate post-make-local process a bit.Bastien Montagne
2021-09-16Fix: properly implement the 'only append' execption case for WorkSpaces.Bastien Montagne
2021-09-16IDManagement: refactor: Remove 'test' part from `BKE_lib_id_make_local`.Bastien Montagne
2021-09-15Fix crash in 'drag asset' case in new append code from yesterday.Bastien Montagne
2021-09-15Cleanup: spellingCampbell Barton
2021-09-15Cleanup: doxy sections, parameter syntaxCampbell Barton
2021-09-14LibLink: New Append code.Bastien Montagne
2021-08-20Cleanup: Add CLOG to wm_files_link.cBastien Montagne
2021-08-13Fix T86883: Add/fix suport of liboverrides in relocate/reload library case.Bastien Montagne
2021-08-12Cleanup: use C++ style comments for disabled codeCampbell Barton
2021-06-24Fix linking code after own recent commit.Bastien Montagne
2021-06-23Revert "Revert "Enhanced stats/reports for blendfile reading.""Bastien Montagne
2021-06-22Cleanup: Spelling MistakesLeon Zandman
2021-06-11Add option to link assets on drag & dropJulian Eisel
2021-03-24Cleanup: use new BLI_assert_unreachable macroCampbell Barton
2021-03-08readfile: add id_tag_extra argumentCampbell Barton
2021-03-04Cleanup: Main `foreach ID` code: Remove `MAX_LIBARRAY` and improve comments.Bastien Montagne