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-01-31Merge branch 'master' into blender2.8Bastien Montagne
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-31Make 'make local' twice quicker.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
2017-01-31Add optional, free-after-use usages mapping of IDs to Main.Bastien Montagne
2017-01-22Merge branch 'master' into blender2.8Julian Eisel
2017-01-20Cleanup/fix some BLI_string_utf8 not using size_t/off_t as expected.Bastien Montagne
2017-01-16Merge branch 'master' into blender2.8Bastien Montagne
2017-01-16Cleanup/refactor: Add new BLI_string_util.Bastien Montagne
2017-01-02Merge remote-tracking branch 'origin/master' into blender2.8Dalai Felinto
2017-01-01Fix T50305: When adding new ID with same name as existing, Blender could gene...Bastien Montagne
2016-12-28Revert particle system and point cache removal in blender2.8 branch.Lukas Tönne
2016-12-12Merge branch 'master' into blender2.8Bastien Montagne
2016-12-12Cleanup: Rename BKE_libblock_relink, and move it to BKE_library_remap.hBastien Montagne
2016-12-01Merge branch 'master' into blender2.8Lukas Tönne
2016-11-30Cleanup id->newid usage, initial work.Bastien Montagne
2016-11-16Merge remote-tracking branch 'origin/master' into blender2.8Dalai Felinto
2016-11-15Avoid interface ID remapping when freeing the whole databaseSergey Sharybin
2016-11-13Fix T50013: Blender 2.78a Link/Append Crash.Bastien Montagne
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-09Merge remote-tracking branch 'origin/master' into blender2.8Dalai Felinto
2016-11-08Depsgraph: Use atomics to tag ID when evaluating driverSergey Sharybin
2016-11-07Merge branch 'master' into blender2.8Bastien Montagne
2016-11-03Fix T49903: Blender crashes -> Append Group incl. Object using boolean modifierBastien Montagne
2016-11-02Merge remote-tracking branch 'origin/master' into blender2.8Dalai Felinto
2016-11-01Fix T49856: Blender 2.78 crashes after loading data from a blendfileBastien Montagne
2016-10-21Merge remote-tracking branch 'origin/master' into blender2.8Dalai Felinto
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-13Merge remote-tracking branch 'origin/master' into blender2.8Dalai Felinto
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-07Merge branch 'master' into blender2.8Julian Eisel
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-10Merge branch 'master' into blender2.8Bastien Montagne
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-06Merge branch 'master' into blender2.8Bastien Montagne
2016-08-06Basic Alembic supportKévin Dietrich
2016-08-05Fix T49022: Crash in BKE_libblock_remap_locked.Bastien Montagne