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-07-13Fix (studio-reported) issue in remapping code.Bastien Montagne
2022-06-07Cleanup: spelling in comments, additional white spaceCampbell Barton
2022-05-17Cleanup: Remove asserts when logging error messages.Bastien Montagne
2022-05-17Cleanup: Use `switch` and `BLI_assert_unreachable()` more.Bastien Montagne
2022-05-02Fix T97688: Deleting a scene with a scene strip causes the referenced scene t...Bastien Montagne
2022-04-29Fix (unreported) bad handling of ID usercount increment in remapping code.Bastien Montagne
2022-04-12Fix T97069: Null collection object during layercollection resync when relinking.Bastien Montagne
2022-03-17Fix T96330: Three times slower 'relink to new id' process in 3.1.Bastien Montagne
2022-03-16Add 'multiple' variant of ID relink function.Bastien Montagne
2022-02-18Cleanup: Rename original curve object type enumHans Goudey
2022-02-11Remap multiple items in referenced data.Jeroen Bakker
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-09Cleanup: Better naming in lib_remap.Jeroen Bakker
2022-02-07Curves: Rename "Hair" types, variables, and functions to "Curves"Hans Goudey
2022-02-04Remove internal proxy code, and deprecate related DNA data.Bastien Montagne
2022-01-26Performance: Remap multiple items in UIJeroen Bakker
2022-01-25Revert "Performance: Remap multiple items in UI"Jeroen Bakker
2022-01-25Performance: Remap multiple items in UIJeroen Bakker
2022-01-14Cleanup split foreach_libblock_remap_callback into smaller functions.Jeroen Bakker
2022-01-14Cleanup: Reduce indentation in foreach_libblock_remap_callback.Jeroen Bakker
2021-12-22Fix T93799: Outliner: Remaping objects could result in duplicates in a collec...Bastien Montagne
2021-12-21Nodes: refactor node tree update handlingJacques Lucke
2021-12-07Cleanup: move public doc-strings into headers for 'blenkernel'Campbell Barton
2021-11-01Fix T92629: Crash on mesh separate after rB43bc494892c3.Bastien Montagne
2021-11-01IDRemap: Add option to force remapping obdata in edit mode.Bastien Montagne
2021-10-29IDManagement: Remove deprecated `BKE_libblock_relink_to_newid` usages.Bastien Montagne
2021-10-28Fix (unreported) potential issue in new `BKE_libblock_relink_to_newid_new`Bastien Montagne
2021-10-06Fix handling of overrides during append.Bastien Montagne
2021-09-23Geometry Nodes: Initial socket visualization for fields.Jacques Lucke
2021-09-14ID management: Add new version of `relink_to_newid` using proper new remappin...Bastien Montagne
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-05-26ID management: remapping: add flag to enforce refcounting handling.Bastien Montagne
2021-04-23Fix bug/crash in ID bulk deletion code.Bastien Montagne
2021-03-12IDRemap: Add option to also remap internal runtime ID pointers.Bastien Montagne
2021-03-11Fix T86431: Keep memory location of the window manager on file loadCampbell Barton
2020-12-15Cleanup: reduce indirect DNA header inclusionCampbell Barton
2020-12-10Nodes: fix incorrectly parameter name and typeJacques Lucke
2020-12-02Geometry Nodes: initial scattering and geometry nodesJacques Lucke
2020-09-24Cleanup: spellingCampbell Barton
2020-08-28Fix T80078: Overrides: Crash with animated IK control on linked armature.Bastien Montagne
2020-06-17Fix (unreported) broken logic in `BKE_libblock_relink_to_newid`Bastien Montagne
2020-05-08Fix T76498: Refactoring - Rename BKE modifiers funtionsAntonio Vazquez
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-18Objects: add Volume object type, and prototypes for Hair and PointCloudBrecht Van Lommel
2020-03-11Cleanup: Typo in comments.Bastien Montagne
2020-03-11Cleanup: rename 'private' to 'embedded' for sub-data IDs.Bastien Montagne
2020-03-11Cleanup in ID remapping code re owner_id vs. self_id.Bastien Montagne
2020-03-09Cleanup: WindowManager: Move to IDTypeInfo and remove unused WM API.Bastien Montagne
2020-02-13Refactor libquery ID looper callback to take a single parameter.Bastien Montagne
2020-02-11Cleanup: unused headersCampbell Barton