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-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
2016-07-09Refactor/enhance BKE_lattice_make_local(), and add BKE_lattice_copy_ex() that...Bastien Montagne
2016-07-09Refactor/enhance BKE_mball_make_local(), and add BKE_mball_copy_ex() that tak...Bastien Montagne
2016-07-09Refactor/enhance BKE_curve_make_local(), and add BKE_curve_copy_ex() that tak...Bastien Montagne
2016-07-09Cleanup to shapekeys' make_local (and copy) functions.Bastien Montagne
2016-07-08Fix (unreported) broken shapekeys after 'make_local' of datablocks used both ...Bastien Montagne
2016-07-08Refactor/enhance BKE_mesh_make_local().Bastien Montagne
2016-07-08Refactor/enhance BKE_object_make_local().Bastien Montagne
2016-07-08Refactor: pass Main to id_make_local.Bastien Montagne
2016-07-06Replace of (id->lib != NULL) check by meaningful macro.Bastien Montagne
2016-06-22ID-Remap - Step one: core work (cleanup and rework of generic ID datablock ha...Bastien Montagne
2016-05-13Fix compilation with strict compiler flagsSergey Sharybin
2016-05-13Fix T48416: Impossible to append from another file without localizing also al...Bastien Montagne
2016-04-29Fix (unreported) bad 'NULL freeing' with placeholder images.Bastien Montagne
2016-03-24Rework library_query foreach looper - add optional recursivity.Bastien Montagne
2016-03-22Cleanup: styleCampbell Barton
2016-03-14Better fix for T47787 - remove extra user due to 'user_one' as soon as we inc...Bastien Montagne
2016-02-22Fix T47482: take II, restore 2.76 behavior regarding groups when deleting an ...Bastien Montagne
2016-02-20Fix T47482: Own mistake in new handling of 'userone' ID usages when decrement...Bastien Montagne
2016-02-15Cleanup: reorganize BKE ID tagging functions.Bastien Montagne
2016-02-12Fix T47379: crash appending materials with node trees.Brecht Van Lommel
2016-01-09Fix (unreported) other joke in our localizing code - setting LIB_TAG_LOCAL tag!Bastien Montagne
2016-01-09Fix T47121: Image node on linked and localized material loses image after reo...Bastien Montagne
2016-01-04ID: Sanitize handling of 'USER_ONE' (ensure_user) case.Bastien Montagne
2016-01-04CleanupCampbell Barton
2016-01-04added new "Fake User" option for appending objects, this sets a fake user on ...Martin Felke
2015-12-28Cleanup: use BLI_libblock prefix for id functionsCampbell Barton
2015-12-28Changes to rename_id function:Antony Riakiotakis
2015-12-27Split id->flag in two, persistent flags and runtime tags.Bastien Montagne
2015-12-01Comment assert in id_us_min, currently we can get zero user count at this point.Bastien Montagne
2015-11-13Tighten checks around unlinkable datablocks becoming LIB_EXTERN.Bastien Montagne