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-21Depsgraph: Fix warning with Empty objectsSergey Sharybin
2017-11-21Depsgraph: Fix/workaround crash when toggling edit modeSergey Sharybin
2017-11-21Depsgraph: Fix crash removing object when CoW is enabledSergey Sharybin
2017-11-19Merge branch 'master' into blender2.8Julian Eisel
2017-11-18Cleanup: styleCampbell Barton
2017-11-17Merge branch 'master' into blender2.8Sergey Sharybin
2017-11-17Depsgraph: Add missing checks from previous commitSergey Sharybin
2017-11-17Merge branch 'master' into blender2.8Sergey Sharybin
2017-11-17Depsgraph: Don't make non-dynamic hair dependent on timeSergey Sharybin
2017-11-15Merge commit '212a8d9e5ae7^' into blender2.8Dalai Felinto
2017-11-14Cleanup: remove BLI_blenlib from ghash headerCampbell Barton
2017-11-13Cleanup on depsgraph logicDalai Felinto
2017-11-13Merge remote-tracking branch 'origin/master' into blender2.8Dalai Felinto
2017-11-13Depsgraph: Fix relations for metaballsSergey Sharybin
2017-11-09Farewell BaseLegacyDalai Felinto
2017-11-09Depsgraph: Fix broken copy-on-write draw after ownership changesSergey Sharybin
2017-11-09Cleanup: Use full name for scene_layer in depsgraphSergey Sharybin
2017-11-09Depsgraph: Pass CoW pointer to ID datablocks evaluation functionsSergey Sharybin
2017-11-09Depsgraph: Cleanup, make it more clear what layer isSergey Sharybin
2017-11-09Depsgraph: CleanupSergey Sharybin
2017-11-09Depsgraph: Only build collections for current graph scene layerSergey Sharybin
2017-11-09Depsgraph: Cleanup, no explicit usage of std in codeSergey 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: Add missing handlers of node IDsSergey 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-11-09Depsgraph: Synchronize nodes and relations buildersSergey Sharybin
2017-11-09Depsgraph: Fix wrong ID type being comparedSergey Sharybin
2017-11-09Depsgraph: Cleanup, reduce indentation levelSergey Sharybin
2017-11-09Depsgraph: Assert when node uses unhandled ID typeSergey Sharybin
2017-11-08Revert "Depsgraph: Fix crash with copy on write when scene has legacy bases"Dalai Felinto
2017-11-08Depsgraph: Use iterator over flat array for depsgraph_querySergey Sharybin
2017-11-08Subject: [PATCH 2/3] Depsgraph: Replace iteration over ghash with iteration o...Sergey Sharybin
2017-11-08Depsgraph: Introduce flat list of ID nodesSergey Sharybin
2017-11-08Depsgraph: Move storage from single per-scene depsgraph to a hash storageSergey Sharybin
2017-11-08Partial Fix T53269: Dupli-verts/dupli-faces not workingDalai Felinto
2017-11-07Sanitize use of BLI_iteratorDalai Felinto
2017-11-07Depsgraph: Get away from legacy API used in event loopSergey Sharybin
2017-11-07Depsgraph: initialize scene to NULLSergey Sharybin
2017-11-07Depsgraph: Simplify some workarounds and make API closer to finalSergey Sharybin
2017-11-07Depsgraph Iterator: Refactor skip logicDalai Felinto
2017-11-07Fix break on duplicated instances since IDNodes depsgraph iteratorDalai Felinto
2017-11-06Depsgraph: Iterates over ID Nodes instead of BasesDalai Felinto
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