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-01Depsgraph: Add missing relations needed for nested datablock relationsSergey Sharybin
2018-04-23Merge branch 'master' into blender2.8Sergey Sharybin
2018-04-23Depsgraph: Add relation flag to avoid flush across itSergey Sharybin
2018-04-19Remove Blender Internal and legacy viewport from Blender 2.8.Ton Roosendaal
2018-04-12Depsgraph: Remove function bindings with collectionsSergey Sharybin
2018-04-10Merge branch 'master' into blender2.8Sergey Sharybin
2018-04-10Depsgraph: Build relations for objects linked via pchan constraintsSergey Sharybin
2018-02-22Merge branch 'master' into blender2.8Sergey Sharybin
2018-02-22Depsgraph: Replace LIB_TAG_DOIT with hash lookupSergey Sharybin
2018-02-02Merge branch 'master' into blender2.8Sergey Sharybin
2018-02-02Fix missing group duplicated by hair in renderSergey Sharybin
2018-01-30Merge branch 'master' into blender2.8Sergey Sharybin
2018-01-29Fix T53614: New Depsgraph ignores NLA stripsJoshua Leung
2018-01-17Merge branch 'master' into blender2.8Sergey Sharybin
2018-01-17Depsgraph: Fix for fake dependency cycle being created for shape key driversSergey Sharybin
2018-01-16Merge branch 'master' into blender2.8Sergey Sharybin
2018-01-16Depsgraph: Fix fake cyclic dependencies for node tree driversSergey Sharybin
2018-01-03Merge branch 'master' into blender2.8Campbell Barton
2017-12-23Cleanup - Various style/typo fixesJoshua Leung
2017-12-06Merge branch 'master' into blender2.8Sergey Sharybin
2017-12-06Depsgraph: Cleanup, remove unused functionSergey Sharybin
2017-12-06Depsgraph: Leave armature animation relation to build_animation()Sergey Sharybin
2017-12-06Depsgraph: Add ability to check whether relation exists before adding itSergey Sharybin
2017-12-06Depsgraph: Cleanup, line wrappingSergey Sharybin
2017-12-06Depsgraph: Move implementation part of relations header to own fileSergey Sharybin
2017-12-06Depsgraph: Cleanup, split build_animationSergey Sharybin
2017-12-06Depsgraph: Cleanup, split driver builder functionSergey Sharybin
2017-12-06Depsgraph: Cleanup, split build_driver function upSergey Sharybin
2017-12-06Depsgraph: begin use of RNAPathKey instead of re-implemented checks in driver...Sergey Sharybin
2017-12-01Groups and collection: initial integrationDalai Felinto
2017-11-24Depsgraph: Pass base in relations builderSergey Sharybin
2017-11-24Merge branch 'master' into blender2.8Sergey Sharybin
2017-11-24Depsgraph: Use proper return type for find_node methodSergey Sharybin
2017-11-24Depsgraph: Use get_ prefix for function which expect operation to existsSergey Sharybin
2017-11-24Depsgraph: Flush flags from base to object as an evaluation stepSergey Sharybin
2017-11-23Merge branch 'master' into blender2.8Sergey Sharybin
2017-11-23Depsgraph: Cleanup, split build_object() a bitSergey Sharybin
2017-11-23Merge branch 'master' into blender2.8Sergey Sharybin
2017-11-23Depsgraph: Cleanup, always call full `object`Sergey Sharybin
2017-11-23Rename any instance of scene layer or render layer in code with view layerDalai Felinto
2017-11-09Farewell BaseLegacyDalai Felinto
2017-11-09Depsgraph: Only build collections for current graph scene layerSergey Sharybin
2017-11-09Depsgraph: Make dependency graph to be built from scene layerSergey Sharybin
2017-11-09Merge branch 'master' into blender2.8Sergey Sharybin
2017-11-09Depsgraph: Remove chains of scene being passed all over in relations builderSergey Sharybin
2017-11-09Depsgraph: Cleanup, remove scene being passed all overSergey Sharybin
2017-11-09Depsgraph: Remove bmain from internal builder APISergey Sharybin
2017-11-09Depsgraph: Make bmain part of builder state and remove bmain from public APISergey Sharybin
2017-11-09Depsgraph: Cleanup, use google style for private membersSergey Sharybin
2017-07-19Depsgraph: Add missing expansion od custom bone shapesSergey Sharybin