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
path: root/source
AgeCommit message (Expand)Author
2017-11-10Fixup for doversion/layers: disable collections for scene layersDalai Felinto
2017-11-10Layers doversion: Handle hide and hide_render objectsDalai Felinto
2017-11-10Workaround crash rendering font objectsSergey Sharybin
2017-11-10Merge branch 'master' into blender2.8Bastien Montagne
2017-11-09Farewell BaseLegacyDalai Felinto
2017-11-09BGE cleanup: remove Base from KX_Light.hDalai Felinto
2017-11-09Depsgraph: Fix broken copy-on-write draw after ownership changesSergey Sharybin
2017-11-09Rename Scene macros back to their original _NEW less namesDalai Felinto
2017-11-09Farewell Scene->basactDalai Felinto
2017-11-09Cleanup: Use full name for scene_layer in alembicSergey Sharybin
2017-11-09Cleanup: Use full name for scene_layer in blenloaderSergey Sharybin
2017-11-09Cleanup: Use full name for scene_layer in depsgraphSergey Sharybin
2017-11-09Cleanup: Use full name for scene_layer in drawSergey Sharybin
2017-11-09Cleanup: Use full name for scene_layer in gpuSergey Sharybin
2017-11-09Cleanup: Use full name for scene_layer in makesrnaSergey Sharybin
2017-11-09Cleanup: Use full name for scene_layer in nodesSergey Sharybin
2017-11-09Cleanup: Use full name for scene_layer in pythonSergey Sharybin
2017-11-09Cleanup: Use full name for scene_layer in renderSergey Sharybin
2017-11-09Cleanup: Use full name for scene_layer in windowmanagerSergey Sharybin
2017-11-09Remove unused screen-name storage in windowJulian Eisel
2017-11-09Fix crash using pre 2.5 file as startup.blendJulian Eisel
2017-11-09Cleanup: Refactor window matching after file read for readabilityJulian Eisel
2017-11-09Moved alignment attributes from my last commit to BLI_compiler_attrs.h for fu...Stefan Werner
2017-11-09Compositor: Ensured 16 byte alignment for variables accessed by SSE instructi...Stefan Werner
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-09Merge branch 'master' into blender2.8Dalai Felinto
2017-11-09Fix: unselectable objects can be selected via the NLA editorDalai Felinto
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-09Fix logic for pinning textures users from contextDalai Felinto
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-09Fix crash when loading pre 2.5 files.Julian Eisel
2017-11-08Farewell Scene->baseDalai Felinto
2017-11-08Revert "Depsgraph: Fix crash with copy on write when scene has legacy bases"Dalai Felinto
2017-11-08Merge remote-tracking branch 'origin/master' into blender2.8Dalai Felinto
2017-11-08Silence warning from ColladaDalai Felinto
2017-11-08Depsgraph: Use iterator over flat array for depsgraph_querySergey Sharybin