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-05-05Add a new LOOPBACK flag to libquery's callbacks.Bastien Montagne
2017-04-13Datablock ID PropertiesAlexander Romanov
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
2016-11-12Fix renaming error in last commitCampbell Barton
2016-11-12Minor naming cleanup.Bastien Montagne
2016-11-12Enhance BKE_library_make_local() to make it much quicker in complex cases.Bastien Montagne
2016-10-19Fix T49775: Appending data with internal dependency cycles prevents correct c...Bastien Montagne
2016-07-08Initial fix for proxy issues regarding new libquery/libremap ID handling code.Bastien Montagne
2016-07-07libquery: add new 'BKE_library_idtype_can_use_idtype()' helper.Bastien Montagne
2016-07-07Extend libquery checks to test wether an ID is used locally and/or indirectly.Bastien Montagne
2016-07-01"Fix" crash when deleting linked object which has indirect usages.Bastien Montagne
2016-06-22ID-Remap - Step one: core work (cleanup and rework of generic ID datablock ha...Bastien Montagne
2016-04-01Cleanup: style/spellingCampbell Barton
2016-03-24Rework library_query foreach looper - add optional recursivity.Bastien Montagne
2016-01-06'users of ID' py API.Bastien Montagne
2015-10-08Fix T46386: Duplicate fails updating driver linksCampbell Barton
2015-10-08Add USER flags to BKE_library_foreach_ID_linkCampbell Barton
2014-03-28Fix T37599: Crash making linked objects local and undoSergey Sharybin