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-11-06Merge branch 'master' into blender2.8Bastien Montagne
2017-11-06Rename ID_IS_LINKED_DATABLOCK to ID_IS_LINKED.Bastien Montagne
2017-11-06Depsgraph: Cleanup, remove depgraph_legacy from evaluation routinesSergey Sharybin
2017-11-06Depsgraph: Cleanup, remove depsgraph_legacy from building routinesSergey Sharybin
2017-11-06Depsgraph: Cleanup, remove unused functionSergey Sharybin
2017-11-06Depsgraph: Cleanup, remove depsgraph_legacy from depsgraph_tag.ccSergey Sharybin
2017-11-03Depsgraph: Add utility function to tag ID for update within a specific graphSergey Sharybin
2017-10-26Fix / workaround T53164: Crashes with background scenesSergey Sharybin
2017-10-25Depsgraph: Make validation to take explicit graph to be checkedSergey Sharybin
2017-10-25Merge branch 'master' into blender2.8Sergey Sharybin
2017-10-25Depsgraph: Cleanup, remove redundant calls to add_componentSergey Sharybin
2017-10-25Depsgraph: Remove bmain from graphSergey Sharybin
2017-10-25Depsgraph: Pass explicit bmain to graph build finalizationSergey Sharybin
2017-10-25Depsgraph: Cleanup, remove unused functionSergey Sharybin
2017-10-25Depsgraph: Remove direct relations rebuild from set_backgroundSergey Sharybin
2017-10-25Depsgraph: Add function to update relations within a given graphSergey Sharybin
2017-10-25Depsgraph: Add missing forward struct declarationsSergey Sharybin
2017-10-25Merge branch 'master' into blender2.8Sergey Sharybin
2017-10-25Depsgraph: Add missing movie clip dopesheet invalidationSergey Sharybin
2017-10-25Depsgraph: Use explicit opcode for shape keySergey Sharybin
2017-10-25Depsgraph: Cleanup, use explicit cloth modifier opcodeSergey Sharybin
2017-10-25Depsgraph: Cleanup, don't call explicit add_id()Sergey Sharybin
2017-10-25Depsgraph: Use explicit parameters eval operation codeSergey Sharybin
2017-10-25Depsgraph: Cleanup, use proper style for macro loopSergey Sharybin
2017-10-25Depsgraph: Remove unsued node flagSergey Sharybin
2017-10-25Depsgraph: Make operation codes more obviousSergey Sharybin
2017-10-25Depsgraph: Remove bunch of debug codeSergey Sharybin
2017-10-24Depsgraph: Remove residue of motion path optimizationSergey Sharybin
2017-10-24Depsgraph: Remove bunch of debug codeSergey Sharybin
2017-10-24Depsgraph: Remove shortcut of freeing scene's depsgraphSergey Sharybin
2017-10-24Depsgraph: Remove scene from refresh APISergey Sharybin
2017-10-24Depsgraph: Cleanup, remove unused function declarationSergey Sharybin
2017-10-24Depsgraph: Switch to explicit graph specification for tag flushSergey Sharybin
2017-10-24Depsgraph: Begin bringing API to pass explicit graphSergey Sharybin
2017-10-24Depsgraph: Cleanup, remove unused functionSergey Sharybin
2017-10-24Depsgraph: Cleanup, unused function declarationSergey Sharybin
2017-10-24Depsgraph: Initialize depsgraph as need for updateSergey Sharybin
2017-10-20Depsgraph: Reduce number of depsgraph_legacy usages outside of depsgraphSergey Sharybin
2017-10-20Depsgraph: Make depsgraph a part of evaluation contextSergey Sharybin
2017-10-19Depsgraph: Use new ID copy API to copy scenesSergey Sharybin
2017-10-18Depsgraph: Use new ID management API to copy ID pointersSergey Sharybin
2017-10-18Depsgrpah: Fix crash when removing objectSergey Sharybin
2017-10-18Depsgraph: Make code correctSergey Sharybin
2017-10-18Depsgraph: Make Copy-on-Write a command line optionSergey Sharybin
2017-10-18Depsgraph: Remove declaration of legace removed functionsSergey Sharybin
2017-10-16Workspace: Move engines to workspace and Properties Editor cleanupDalai Felinto
2017-10-16Merge branch 'master' into blender2.8Campbell Barton
2017-10-16Fix T53054: Parentless bone + IK crashesCampbell Barton
2017-10-07Cleanup: style, duplicate includesCampbell Barton
2017-10-02Depsgraph: Fix/workarounf when tagging light probe for data updateSergey Sharybin