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-08-26Merge branch 'master' into blender2.8Campbell Barton
2017-08-25Fix T52481: After making all local, local proxies of linked data get broken a...Bastien Montagne
2017-08-10Fix after last merge.Bastien Montagne
2017-08-10Merge branch 'master' into blender2.8Bastien Montagne
2017-08-10Fix T52324: Metaball disappears when deleting first metaball object.Bastien Montagne
2017-08-07Merge again...Bastien Montagne
2017-08-07Refactor ID copying (and to some extent, ID freeing).Bastien Montagne
2017-08-07Refactor ID copying (and to some extent, ID freeing).Bastien Montagne
2017-07-26Last commit broke WITH_PYTHON_SAFETYCampbell Barton
2017-07-26BPY_id_release was a nop, use RNA invalidate directlyCampbell Barton
2017-06-27Merge branch 'master' into blender2.8Campbell Barton
2017-06-26Fix T51902: Severe problem with relocating linked libraries when using proxies.Bastien Montagne
2017-06-14Merge branch 'master' into blender2.8Sergey Sharybin
2017-06-14Remove unused bmain argument from BKE_libblock_free_dataSergey Sharybin
2017-06-14Merge branch 'master' into blender2.8Sergey Sharybin
2017-06-14Add utility function to free memory used by a datablockSergey Sharybin
2017-06-13Woarkspace: Remove residue of hidden typeSergey Sharybin
2017-06-12Rename probe to light-probeCampbell Barton
2017-06-09Probe: Add new object datablockClément Foucault
2017-06-01Main Workspace IntegrationJulian Eisel
2017-05-05Merge branch 'master' into blender2.8Campbell Barton
2017-05-04Add debug/timing prints in MakeLocal and remapping code.Bastien Montagne
2017-04-13Merge branch 'master' into blender2.8Alexander Romanov
2017-04-13Datablock ID PropertiesAlexander Romanov
2017-04-06Depsgraph: Remove old header from blenkernelSergey Sharybin
2017-03-03Merge branch 'master' into blender2.8Julian Eisel
2017-03-03Fix T49655: Reloading library breaks proxies.Bastien Montagne
2017-02-14Layer Macros: create the instance as part of the macroDalai Felinto
2017-02-07Render Layers and Collections (merge from render-layers)Dalai Felinto
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
2017-01-09Fix T50385: Deadlock in BKE_libblock_remap_locked.Bastien Montagne
2017-01-04Fix (IRC reported) bad handling of Text data-block user count.Bastien Montagne
2017-01-04Fix T50369: Objects can't be deleted from scene when using "link group object...Bastien Montagne
2016-12-12Cleanup: Rename BKE_libblock_relink, and move it to BKE_library_remap.hBastien Montagne
2016-11-19Fix T49991: reloading librairies doesn't update node groups.Bastien Montagne
2016-11-16Cleanup: Remove unused functionSergey Sharybin
2016-11-15Get rid of 'drivers unlinking' code in `BKE_libblock_free_data()`Bastien Montagne
2016-11-15Avoid interface ID remapping when freeing the whole databaseSergey Sharybin
2016-11-15Avoid driver target remapping when freeing the whole databaseSergey Sharybin
2016-09-23Fix T49430: append scene with gamelogic broken.Bastien Montagne
2016-09-22Fix T49425: Freestyle in viewport keeps updating over and over.Bastien Montagne
2016-09-09Fix T49299: Removing offset object in modifiers doesn't update mesh.Bastien Montagne
2016-08-30Cleanup: IndentationSergey Sharybin
2016-08-06Basic Alembic supportKévin Dietrich
2016-08-04Grease Pencil v2 BranchAntonio Vazquez
2016-07-21Fix (unreported) crash in some case when remapping armature data.Bastien Montagne
2016-07-19Fix missing break in libblock relinkCampbell Barton