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
2017-06-26Fix T51902: Severe problem with relocating linked libraries when using proxies.Bastien Montagne
2017-06-14Remove unused bmain argument from BKE_libblock_free_dataSergey Sharybin
2017-06-14Add utility function to free memory used by a datablockSergey Sharybin
2017-05-04Add debug/timing prints in MakeLocal and remapping code.Bastien Montagne
2017-04-13Datablock ID PropertiesAlexander Romanov
2017-03-03Fix T49655: Reloading library breaks proxies.Bastien Montagne
2017-01-31Cleanup: use 'cb_flag', not 'cd_flag' for library_query callbacks.Bastien Montagne
2017-01-31Cleanup: Rename callback flags from library_query to `IDWALK_CB_...`Bastien Montagne
2017-01-31Optimization: pass Main to BKE_library_foreach_ID_link() and use its relations.Bastien Montagne
2017-01-31Fix missing non-ID nodetrees in ID relationships built from library_query.cBastien Montagne
2017-01-09Fix T50385: Deadlock in BKE_libblock_remap_locked.Bastien Montagne
2017-01-04Fix (IRC reported) bad handling of Text data-block user count.Bastien Montagne
2017-01-04Fix T50369: Objects can't be deleted from scene when using "link group object...Bastien Montagne
2016-12-12Cleanup: Rename BKE_libblock_relink, and move it to BKE_library_remap.hBastien Montagne
2016-11-19Fix T49991: reloading librairies doesn't update node groups.Bastien Montagne
2016-11-16Cleanup: Remove unused functionSergey Sharybin
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-09-23Fix T49430: append scene with gamelogic broken.Bastien Montagne
2016-09-22Fix T49425: Freestyle in viewport keeps updating over and over.Bastien Montagne
2016-09-09Fix T49299: Removing offset object in modifiers doesn't update mesh.Bastien Montagne
2016-08-30Cleanup: IndentationSergey Sharybin
2016-08-06Basic Alembic supportKévin Dietrich
2016-08-04Grease Pencil v2 BranchAntonio Vazquez
2016-07-21Fix (unreported) crash in some case when remapping armature data.Bastien Montagne
2016-07-19Fix missing break in libblock relinkCampbell Barton
2016-07-08Initial fix for proxy issues regarding new libquery/libremap ID handling code.Bastien Montagne
2016-07-08Fix (unreported) missing special updates in case we are remapping obdata (mes...Bastien Montagne
2016-07-08Refactor remapping's pre/post process of special cases.Bastien Montagne
2016-07-07Make use of new 'idtype can use idtype' check (in ID usages code, and ID rema...Bastien Montagne
2016-07-07Fix (unreported) crash when remapping armatures.Bastien Montagne
2016-07-01"Fix" crash when deleting linked object which has indirect usages.Bastien Montagne
2016-06-29Cleanup: spelling, indentationCampbell Barton
2016-06-27Fix T48740: User could remap indirect libdata usages from outliner.Bastien Montagne
2016-06-22ID-Remap - Step one: core work (cleanup and rework of generic ID datablock ha...Bastien Montagne