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
2018-06-05Merge branch 'master' into blender2.8Bastien Montagne
2018-06-05Cleanup: use new accessors to blendfile path (Main.name).Bastien Montagne
2018-06-05Cleanup: add hleper functions to get filepath from Main.Bastien Montagne
2018-05-31Merge branch 'master' into blender2.8Bastien Montagne
2018-05-31Cleanup: get rid of last G.main usages in BKE library code.Bastien Montagne
2018-05-30ID copy: Add flag which allows custom data to reference original datablockSergey Sharybin
2018-05-14Fix T55031: add explicit copy flag to force deep-copying shapekey datablock w...Bastien Montagne
2018-05-04ID management: add higher level BKE_id_new... helpers.Bastien Montagne
2018-05-03Fix for material/node tree localizationSergey Sharybin
2018-01-25Merge branch 'master' into blender2.8Campbell Barton
2018-01-25Cleanup: correct ATTR_NONNULL useCampbell Barton
2017-12-06Merge branch 'master' into blender2.8Sergey Sharybin
2017-12-06Library: Add flag top keep ID library pointer aroundSergey Sharybin
2017-11-29Preparing merge of id_override_static: add BKE_id_swap().Bastien Montagne
2017-11-05Merge branch 'master' into blender2.8Campbell Barton
2017-11-05Cleanup: remove paranoid NULL checkCampbell Barton
2017-08-07Refactor ID copying (and to some extent, ID freeing).Bastien Montagne
2017-08-07Refactor ID copying (and to some extent, ID freeing).Bastien Montagne
2017-06-14Merge branch 'master' into blender2.8Bastien Montagne
2017-06-14Make whole ID copying code use const source pointer.Bastien Montagne
2017-06-14Merge branch 'master' into blender2.8Sergey Sharybin
2017-06-14Remove unused bmain argument from BKE_libblock_free_dataSergey Sharybin
2017-06-14Merge branch 'master' into blender2.8Sergey Sharybin
2017-06-14Cleanup: Indentation got broken in previous commitSergey Sharybin
2017-06-14Merge branch 'master' into blender2.8Sergey Sharybin
2017-06-14Add utility function to free memory used by a datablockSergey Sharybin
2017-06-13Merge branch 'master' into blender2.8Sergey Sharybin
2017-06-13Add utility function to get size of given ID typeSergey Sharybin
2017-06-09Probe: Add new object datablockClément Foucault
2017-06-01Main Workspace IntegrationJulian Eisel
2017-04-13Datablock ID PropertiesAlexander Romanov
2017-01-31Optimization: pass Main to BKE_library_foreach_ID_link() and use its relations.Bastien Montagne
2017-01-31Add optional, free-after-use usages mapping of IDs to Main.Bastien Montagne
2016-12-12Cleanup: Rename BKE_libblock_relink, and move it to BKE_library_remap.hBastien Montagne
2016-11-30Cleanup id->newid usage, initial work.Bastien Montagne
2016-11-15Get rid of 'drivers unlinking' code in `BKE_libblock_free_data()`Bastien Montagne
2016-11-15Avoid interface ID remapping when freeing the whole databaseSergey Sharybin
2016-11-15Avoid driver target remapping when freeing the whole databaseSergey Sharybin
2016-11-08Depsgraph: Use atomics to tag ID when evaluating driverSergey Sharybin
2016-11-01Fix T49856: Blender 2.78 crashes after loading data from a blendfileBastien Montagne
2016-10-18[msvc] Minor cleanup in blenkernel.lazydodo
2016-08-06Basic Alembic supportKévin Dietrich
2016-07-25Cleanup: factorize the 'ensure local' part of datablock copy into a single BK...Bastien Montagne
2016-07-21Refactor/deduplicate even more make_local code (and fix part of T48907).Bastien Montagne
2016-07-14Add option to id_make_local to force localization of datablock, even if not u...Bastien Montagne
2016-07-11Remove usercount handling from BKE_id_expand_local.Bastien Montagne
2016-07-11Add generic 'BKE_id_expand_local' to BKE_library,Bastien Montagne
2016-07-10Cleanup/Refactor: pass Main pointer to all ID copy functions.Bastien Montagne
2016-07-08Refactor: pass Main to id_make_local.Bastien Montagne
2016-06-22ID-Remap - Step one: core work (cleanup and rework of generic ID datablock ha...Bastien Montagne