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-05-18Collections and groups unificationBrecht Van Lommel
2018-05-02Depsgraph: Allow per-depsgraph debug flagsSergey Sharybin
2018-04-16Depsgraph: remove EvaluationContext, pass Depsgraph instead.Brecht Van Lommel
2018-04-12Depsgraph: Remove function bindings with collectionsSergey Sharybin
2018-03-16Merge branch 'master' into blender2.8Sergey Sharybin
2018-03-09Cleanup: iterator macrosCampbell Barton
2018-03-07Cleanup: use _BEGIN suffix for group iteratorsCampbell Barton
2018-02-21Merge branch 'master' into blender2.8Sergey Sharybin
2018-02-15Merge branch 'master' into blender2.8Sergey Sharybin
2018-01-19Merge branch 'master' into blender2.8Campbell Barton
2017-12-22Collection: Name collection based on parent's nameDalai Felinto
2017-12-15Merge branch 'master' into blender2.8Sergey Sharybin
2017-12-08Cleanup, indentationSergey Sharybin
2017-12-08Depsgraph: Use dedicated function for group evaluationSergey Sharybin
2017-12-08Fix group duplication bugDalai Felinto
2017-12-08Code cleanupDalai Felinto
2017-12-01Groups and collection: initial integrationDalai Felinto
2017-12-01Depsgraph: Use new per-ID tags to see whether object in a group needs an updateSergey Sharybin
2017-11-29Merge branch 'master' into blender2.8Sergey Sharybin
2017-11-29Cleanup: Remove unused functionSergey Sharybin
2017-11-08Farewell Scene->baseDalai Felinto
2017-08-16Pass EvaluationContext instead of bContextCampbell Barton
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-06-14Merge branch 'master' into blender2.8Bastien Montagne
2017-06-14Make whole ID copying code use const source pointer.Bastien Montagne
2017-06-01Merge branch 'master' into blender2.8Sergey Sharybin
2017-05-31Fix bad handling of 'extra' user for groups at their creation.Bastien Montagne
2017-04-06Depsgraph: Prefer use anonymous structs for unused argumentsSergey Sharybin
2017-04-06Depsgraph: Remove old header from blenkernelSergey Sharybin
2017-04-06Depsgraph: More type definitions to new depsgraph headerSergey Sharybin
2017-02-07Render Layers and Collections (merge from render-layers)Dalai Felinto
2016-12-28Revert particle system and point cache removal in blender2.8 branch.Lukas Tönne
2016-07-28Merge branch 'master' into blender2.8Campbell Barton
2016-07-25Cleanup: factorize the 'ensure local' part of datablock copy into a single BK...Bastien Montagne
2016-07-25Merge branch 'master' into blender2.8Bastien Montagne
2016-07-21Fix stupid (harmless) mistake in recent commit.Bastien Montagne
2016-07-21Fix missing datablocks types in id_make_local.Bastien Montagne
2016-07-12Merge branch 'master' into blender2.8Bastien Montagne
2016-07-11Remove usercount handling from BKE_id_expand_local.Bastien Montagne
2016-07-10Cleanup/Refactor: pass Main pointer to all ID copy functions.Bastien Montagne
2016-07-06Replace of (id->lib != NULL) check by meaningful macro.Bastien Montagne
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-04-13Removed particle DNA.Lukas Tönne
2016-02-15Cleanup: reorganize BKE ID tagging functions.Bastien Montagne
2015-12-27Split id->flag in two, persistent flags and runtime tags.Bastien Montagne
2015-11-09Fix broken groupobject usercount handling.Bastien Montagne
2015-11-02Library API: pass Main struct to unlink functionsCampbell Barton
2015-08-25Fix T45891: Crash generating previewsCampbell Barton