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-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
2021-02-24UI: Cleanup and fix labels and descriptions in various placesYevgeny Makarov
2020-11-03Fix C operators can't set default display or sort type for File BrowserJulian Eisel
2020-10-16Fix (reported by studio team) crash in relocate lib code.Bastien Montagne
2020-10-13Fix T81656: Crash relocating a linked library into the current .blendPhilipp Oeser
2020-10-03Cleanup: Remove/replace C standard library assert() and header usagesJulian Eisel
2020-09-19Cleanup: consistent TODO/FIXME formatting for namesCampbell Barton
2020-09-08Cleanup: rename group to collection for internal instancing flagCampbell Barton
2020-09-08Cleanup: naming for library link enumCampbell Barton