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
2018-06-25Cleanup: code styleCampbell Barton
2018-06-22Merge branch 'master' into blender2.8Bastien Montagne
2018-06-22Tweak new BKE_id_is_in_global_main to accept NULL pointer (and consider them ...Bastien Montagne
2018-06-22BKE_library: Add func to check an ID is actually in G_MAIN database.Bastien Montagne
2018-06-17Merge branch 'master' into blender2.8Campbell Barton
2018-06-17Cleanup: trailing space for blenkernelCampbell Barton
2018-06-12Merge branch 'master' into blender2.8Bastien Montagne
2018-06-12Cleanup: remove some G.main from ED's animsys.Bastien Montagne
2018-06-11Merge branch 'master' into blender2.8Bastien Montagne
2018-06-11Cleanup: Moar G.main removal of Hell.Bastien Montagne
2018-06-05Merge branch 'master' into blender2.8Bastien Montagne
2018-06-05Cleanup: use new accessors to blendfile path (Main.name).Bastien Montagne
2018-06-05Cleanup: add hleper functions to get filepath from Main.Bastien Montagne
2018-05-31Merge branch 'master' into blender2.8Bastien Montagne
2018-05-31Cleanup: get rid of last G.main usages in BKE library code.Bastien Montagne
2018-05-18Collections and groups unificationBrecht Van Lommel
2018-05-14Fix T55031: add explicit copy flag to force deep-copying shapekey datablock w...Bastien Montagne
2018-05-10Merge branch 'master' into blender2.8Bastien Montagne
2018-05-09Fix broken 'check/validate libs' code with indirect libs.Bastien Montagne
2018-05-04ID management: add higher level BKE_id_new... helpers.Bastien Montagne
2018-05-03Fix for material/node tree localizationSergey Sharybin
2018-05-01Animation: Don't user-copunter copy-on-written action blockSergey Sharybin
2018-04-25Merge branch 'master' into blender2.8Sergey Sharybin
2018-04-25Library: Add assert to catch unsupported copy flags combinationSergey Sharybin
2018-04-16Depsgraph: remove EvaluationContext, pass Depsgraph instead.Brecht Van Lommel
2018-04-01Merge branch 'master' into blender2.8Campbell Barton
2018-03-31Undo: unified undo system w/ linear historyCampbell Barton
2018-02-22Revert "BKE: Changing ID freeing order."Campbell Barton
2018-02-22BKE: Changing ID freeing order.Clément Foucault
2018-02-15Merge branch 'master' into blender2.8Sergey Sharybin
2018-02-15Cleanup: use '_len' instead of '_size' w/ BLI APICampbell Barton
2018-01-16Merge branch 'master' into blender2.8Campbell Barton
2018-01-16Cleanup: indentationCampbell Barton
2017-12-06Merge branch 'master' into blender2.8Sergey Sharybin
2017-12-06Library: Add flag top keep ID library pointer aroundSergey Sharybin
2017-11-29Merge ID static override, part I: core changes in DNA, BKE and .blend read/wr...Bastien Montagne
2017-11-29Preparing merge of id_override_static: add BKE_id_swap().Bastien Montagne
2017-11-23Merge branch 'master' into blender2.8Bastien Montagne
2017-11-23Cleanup: use signed atomic ops when needed.Bastien Montagne
2017-11-06Merge branch 'master' into blender2.8Bastien Montagne
2017-11-06Rename ID_IS_LINKED_DATABLOCK to ID_IS_LINKED.Bastien Montagne
2017-11-05Merge branch 'master' into blender2.8Campbell Barton
2017-11-05Cleanup: remove paranoid NULL checkCampbell Barton
2017-11-05Cleanup: spellingCampbell Barton
2017-10-19Merge branch 'master' into blender2.8Sergey Sharybin
2017-10-19Allow non-initialized memory to be passed to BKE_id_copy_exSergey Sharybin
2017-10-18Merge branch 'master' into blender2.8Sergey Sharybin
2017-10-18Fix mistake in new ID copy code in 'no allocate' case.Bastien Montagne
2017-10-18Fix wrong comment (leftover from dev time).Bastien Montagne
2017-08-14Merge branch 'master' into blender2.8Bastien Montagne