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-24Cleanup: styleCampbell Barton
2017-04-19Fix (unreported) missing handling of GPencil Layer's parent Object pointer in...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-12Minor naming cleanup.Bastien Montagne
2016-11-12Enhance BKE_library_make_local() to make it much quicker in complex cases.Bastien Montagne
2016-11-12Minor optimization to BKE_library_tag_unused_linked_data().Bastien Montagne
2016-10-19Fix T49775: Appending data with internal dependency cycles prevents correct c...Bastien Montagne
2016-10-07Datablock management: remove 'proxy_from' pointer from 'is ID used' checks.Bastien Montagne
2016-10-04Fix T49553: Blender 2.78 crashes when File->Data Previews ->Refresh Datablock...Bastien Montagne
2016-09-30Fix T49489: Pose marker in camera action + marker bound to camera -> crash.Bastien Montagne
2016-09-22Fix T49427: Drivers of Shapekeys break when Append a group.Bastien Montagne
2016-08-06Cleanup: add missing ID types to BKE_library_idtype_can_use_idtype().Bastien Montagne
2016-08-06Basic Alembic supportKévin Dietrich
2016-08-05Cleanup: add missing entries to library_query.c ID types switch case.Bastien Montagne
2016-07-31Support limiting collisions by group for softbody and particlesAlexander Gavrilov
2016-07-29Fix T48971: Append creates linked image textures if object has shape keys.Bastien Montagne
2016-07-26Fix issues in ID usages checks - we are not interested in self-usages here.Bastien Montagne
2016-07-22Fix broken proxy object deletion.Bastien Montagne
2016-07-19Cleanup: style, spellingCampbell Barton
2016-07-08Initial fix for proxy issues regarding new libquery/libremap ID handling code.Bastien Montagne
2016-07-08Fix own very stupid mistake in BKE_library_idtype_can_use_idtype() usage (inv...Bastien Montagne
2016-07-08Libquery: fix missing image pointers from Mesh's UV layers.Bastien Montagne
2016-07-07Make use of new 'idtype can use idtype' check (in ID usages code, and ID rema...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-07Cleanup: spelling, styleCampbell Barton
2016-07-06Replace of (id->lib != NULL) check by meaningful macro.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-06-16Fix/cleanup BKE libquery's ID looper.Bastien Montagne
2016-03-30libquery foreach looper: in recursive case, do not bother with NULL id pointers!Bastien Montagne
2016-03-26Fix own regression in rBc08924bf94f2dff - foreach ID looper was broken due to...Bastien Montagne
2016-03-24Rework library_query foreach looper - add optional recursivity.Bastien Montagne
2016-01-17Cleanup: spellingCampbell Barton
2016-01-16Fix (unreported) missing scene->gm.dome.warptext in libquery looper.Bastien Montagne
2016-01-06'users of ID' py API.Bastien Montagne
2015-11-30Libquery: fix double-handling of object pointer in scene's basact base.Bastien Montagne
2015-11-26Fix (unreported) libquery's IDLooper for constraints not handling correctly r...Bastien Montagne
2015-11-11Fix (unreported) foreach ID looper going over some psys' IDs twice...Bastien Montagne
2015-11-09Cleanup: `BKE_library_update_ID_link_user`: use `id_us_ensure_real` for `IDWA...Bastien Montagne
2015-11-09Fix broken groupobject usercount handling.Bastien Montagne
2015-10-08Add logicbricks to ID looper.Bastien Montagne
2015-10-08Add rigidbodyworld to id looper.Bastien Montagne
2015-10-08Add id looper for particlesystem.Bastien Montagne