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-06-23Merge branch 'master' into blender2.8Campbell Barton
2016-06-22ID-Remap - Step one: core work (cleanup and rework of generic ID datablock ha...Bastien Montagne
2016-05-24Merge branch 'master' into blender2.8Bastien 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-05-02Merge branch 'temp_remove_particles' into blender2.8Lukas Tönne
2016-04-29Fix (unreported) bad 'NULL freeing' with placeholder images.Bastien Montagne
2016-04-16Removed the Main.particle list, used for ParticleSettings ID blocks.Lukas Tönne
2016-04-16Removed the ID_PA code used for ParticleSettings.Lukas Tönne
2016-04-13Removed blenkernel particle code.Lukas Tönne
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
2015-11-11Free libraries last, and not first - most datablocks may have link to those...Bastien Montagne
2015-11-10Cleanup: use func definitions for wm/notifiers/editors ID callbacks.Bastien Montagne
2015-11-10Cleanup: ID usercount: moar checks and factorization. No change in behavior e...Bastien Montagne
2015-11-10Cleanup: minor deduplicate of code.Bastien Montagne
2015-11-09Fake user: add BKE_library helpers to set/clear that flag.Bastien Montagne
2015-11-09Rework a bit id_us_min, and make it assert on usercount error.Bastien Montagne
2015-11-09Cleanup: avoid incrementing/decrementing id->us outside of BKE_library.Bastien Montagne
2015-11-02Library API: pass Main struct to unlink functionsCampbell Barton
2015-10-22Cleanup: remove script ID-typesCampbell Barton
2015-10-20First step to handle missing libs/datablocks when reading a file.Bastien Montagne
2015-10-08Fix T46386: Duplicate fails updating driver linksCampbell Barton
2015-08-29Fix missing 'case idx' line in (debug-only & disabled) valgrind-friendly BKE_...Bastien Montagne
2015-08-27Make .blend file thumbnail reading simpler and more coherent, read/store them...Bastien Montagne
2015-08-18Refactor translation code out of blenfontCampbell Barton
2015-06-29Fix T45022: Update missing when linking objects with new depsgraphSergey Sharybin
2015-06-16Cleanup: styleCampbell Barton
2015-06-12Fix wrong proxy pointer hanging around after making all localSergey Sharybin
2015-06-04Cleanup: clarify order of precedence: &/?Campbell Barton
2015-05-23Cleanup: typosCampbell Barton
2015-05-12Depsgraph: New dependency graph integration commitSergey Sharybin
2015-05-06Cleanup: use ntreeFromIDCampbell Barton
2015-05-04Cleanup: WM_main_remove_notifier_referenceCampbell Barton
2015-05-04Cleanup: naming for callback wrappersCampbell Barton