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
2016-11-12Fix renaming error in last commitCampbell Barton
2016-11-12BKE_library_make_local(): some minor improvements.Bastien 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-12Switch to unsafe but quick freeing of archipelagos of linked data.Bastien Montagne
2016-11-10Fix `BKE_library_make_local()` trying to also make local proxified objects.Bastien Montagne
2016-11-09Fix some assert when making local (due to infamous PITA ShapeKey ID).Bastien Montagne
2016-11-08Depsgraph: Use atomics to tag ID when evaluating driverSergey Sharybin
2016-11-03Fix T49903: Blender crashes -> Append Group incl. Object using boolean modifierBastien Montagne
2016-11-01Fix T49856: Blender 2.78 crashes after loading data from a blendfileBastien Montagne
2016-10-19Fix T49775: Appending data with internal dependency cycles prevents correct c...Bastien Montagne
2016-10-18Fix: Append 'Object proxy' hack checking for local/linked usages before those...Bastien Montagne
2016-10-17Fix T49722: Appending Bug (Groups).Bastien Montagne
2016-10-13Prevent problems when appending scene with referenced proxySybren A. Stüvel
2016-10-13Proxy appending: re-establish link to proxies when they are made localSybren A. Stüvel
2016-10-07Proxied → ProxifiedSybren A. Stüvel
2016-10-07Re-establish link to proxies when they are made local after appending.Sybren A. Stüvel
2016-08-08Fix ID types DAG update tagging.Kévin Dietrich
2016-08-07Fix pretty stupid mistake in last 'append fix' commit (rB50c017b6eabd).Bastien Montagne
2016-08-06Basic Alembic supportKévin Dietrich
2016-08-05Fix T49022: Crash in BKE_libblock_remap_locked.Bastien Montagne
2016-08-05Fix T49014: Append does not work in some cases.Bastien Montagne
2016-08-04Cleanup: Use BKE_gpencil prefixJulian Eisel
2016-07-31Cleanup: spelling, styleCampbell Barton
2016-07-30Add copy/make_local to movieclip datablock.Bastien Montagne
2016-07-29Fix T48971: Append creates linked image textures if object has shape keys.Bastien Montagne
2016-07-28Make ID types typed enum, to easily spot missing ones in core switches of lib...Bastien Montagne
2016-07-28Fix T48965: Cannot Append Palette As Local Datablock.Bastien Montagne
2016-07-25Cleanup: factorize the 'ensure local' part of datablock copy into a single BK...Bastien Montagne
2016-07-21BKE_library_make_local: clear behind us no more used linked datablocks.Bastien Montagne
2016-07-21Fix missing datablocks types in id_make_local.Bastien Montagne
2016-07-21Cleanup: get rid of lib_indirect_test_id.Bastien Montagne
2016-07-21Refactor/deduplicate even more make_local code (and fix part of T48907).Bastien Montagne
2016-07-14Fix T48844: Nodetrees of appended materials/textures/etc. were not correctly ...Bastien Montagne
2016-07-14Correct recent own fix to id_clear_lib_data_ex().Bastien Montagne
2016-07-14Cleanup/refactor: handle shapekeys exactly like 'owned' nodetrees in make_loc...Bastien Montagne
2016-07-14Fix bad handling of datablock's nodetree id_clear_lib_data_ex().Bastien Montagne
2016-07-14Get rid of BKE_key_make_local().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 an exception/hack to new BKE_id_expand_local(), to ignore actions datablo...Bastien Montagne
2016-07-11Add generic 'BKE_id_expand_local' to BKE_library,Bastien Montagne
2016-07-10Refactor/enhance BKE_action_make_local().Bastien Montagne
2016-07-10Refactor/enhance ntreeMakeLocal().Bastien Montagne
2016-07-10Refactor/enhance BKE_image_make_local().Bastien Montagne
2016-07-10Refactor/enhance BKE_material_make_local() and BKE_image_make_local().Bastien Montagne
2016-07-10Refactor/enhance BKE_lamp_make_local() and BKE_camera_make_local().Bastien Montagne
2016-07-10Refactor/enhance BKE_brush_make_local() and BKE_speaker_make_local().Bastien Montagne
2016-07-10Refactor/enhance BKE_particlesettings_make_local().Bastien Montagne
2016-07-10Cleanup/Refactor: pass Main pointer to all ID copy functions.Bastien Montagne